Skip to content

Commit 38c32b9

Browse files
committed
Fix include conditions when compiling in wsh executor.
1 parent f891c75 commit 38c32b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#ifdef HAVE_DUKTAPE
1010
# include "execute_duktape.h"
11-
#elif defined(WIN32)
11+
#elif defined(_WIN32)
1212
# if WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP
1313
# include "execute_wsh.h"
1414
# endif

0 commit comments

Comments
 (0)