Skip to content

Commit 7432779

Browse files
committed
Upgrade Win32 from version 0.48 to 0.49
This fixes the build with gcc-4.8.1 from http://www.mingw.org and thus resolves perl #121643.
1 parent 25fdf52 commit 7432779

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

Porting/Maintainers.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ package Maintainers;
13021302
},
13031303

13041304
'Win32' => {
1305-
'DISTRIBUTION' => "JDB/Win32-0.48.tar.gz",
1305+
'DISTRIBUTION' => "JDB/Win32-0.49.tar.gz",
13061306
'FILES' => q[cpan/Win32],
13071307
},
13081308

cpan/Win32/Win32.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package Win32;
88
require DynaLoader;
99

1010
@ISA = qw|Exporter DynaLoader|;
11-
$VERSION = '0.48';
11+
$VERSION = '0.49';
1212
$XS_VERSION = $VERSION;
1313
$VERSION = eval $VERSION;
1414

cpan/Win32/Win32.xs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#define WIN32_LEAN_AND_MEAN
12
#include <wctype.h>
23
#include <windows.h>
34
#include <shlobj.h>

pod/perldelta.pod

+8
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,14 @@ L<Storable> has been upgraded from version 2.48 to 2.49.
181181

182182
Recognition of tied SVs has been tightened up.
183183

184+
=item *
185+
186+
L<Win32> has been upgraded from version 0.48 to 0.49.
187+
188+
This fixes a problem when building with B<gcc> version 4.8.1 from
189+
L<http://www.mingw.org>.
190+
[L<cpan #94730|https://rt.cpan.org/Public/Bug/Display.html?id=94730>]
191+
184192
=back
185193

186194
=head2 Removed Modules and Pragmata

0 commit comments

Comments
 (0)