File tree 4 files changed +11
-2
lines changed
4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -1302,7 +1302,7 @@ package Maintainers;
1302
1302
},
1303
1303
1304
1304
' Win32' => {
1305
- ' DISTRIBUTION' => " JDB/Win32-0.48 .tar.gz" ,
1305
+ ' DISTRIBUTION' => " JDB/Win32-0.49 .tar.gz" ,
1306
1306
' FILES' => q[ cpan/Win32] ,
1307
1307
},
1308
1308
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package Win32;
8
8
require DynaLoader;
9
9
10
10
@ISA = qw| Exporter DynaLoader| ;
11
- $VERSION = ' 0.48 ' ;
11
+ $VERSION = ' 0.49 ' ;
12
12
$XS_VERSION = $VERSION ;
13
13
$VERSION = eval $VERSION ;
14
14
Original file line number Diff line number Diff line change
1
+ #define WIN32_LEAN_AND_MEAN
1
2
#include <wctype.h>
2
3
#include <windows.h>
3
4
#include <shlobj.h>
Original file line number Diff line number Diff line change @@ -181,6 +181,14 @@ L<Storable> has been upgraded from version 2.48 to 2.49.
181
181
182
182
Recognition of tied SVs has been tightened up.
183
183
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
+
184
192
=back
185
193
186
194
=head2 Removed Modules and Pragmata
You can’t perform that action at this time.
0 commit comments