We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 292091e + ccaabc2 commit a05f3d5Copy full SHA for a05f3d5
.appveyor.yml
@@ -7,6 +7,8 @@ matrix:
7
environment:
8
matrix:
9
- perl_type: cygwin
10
+ - perl_type: cygwin
11
+ configure_args: "CC=g++"
12
- perl_type: strawberry
13
perl_version: 5.28.0.1
14
@@ -32,4 +34,4 @@ install:
32
34
build: off
33
35
36
test_script:
- - '%cpanm% --test-only -v .'
37
+ - '%cpanm% --test-only --configure-args "%configure_args%" -v .'
Win32.xs
@@ -1,4 +1,5 @@
1
#define WIN32_LEAN_AND_MEAN
2
+#include <wchar.h>
3
#include <wctype.h>
4
#include <windows.h>
5
#include <shlobj.h>
0 commit comments