Skip to content

Commit ccaabc2

Browse files
committed
Include wchar.h to allow building with g++
Fixes https://rt.cpan.org/Public/Bug/Display.html?id=127836
1 parent e140a57 commit ccaabc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Win32.xs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#define WIN32_LEAN_AND_MEAN
2+
#include <wchar.h>
23
#include <wctype.h>
34
#include <windows.h>
45
#include <shlobj.h>

0 commit comments

Comments
 (0)