Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 4d1a686

Browse files
author
Reini Urban
committed
XSLoader: MSVC syntax error
1 parent eabb189 commit 4d1a686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/DynaLoader/XSLoader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
#undef WINPATHSEP
13-
#if defined(WIN32) || defined(OS2) || defined(__CYGWIN__) || defined(DOSISH)
13+
#if defined(WIN32) || defined(OS2) || defined(__CYGWIN__) || defined(DOSISH) \
1414
|| defined(__SYMBIAN32__) || defined(__amigaos4__)
1515
# define WINPATHSEP
1616
#endif

0 commit comments

Comments
 (0)