Skip to content

Commit 4398fbb

Browse files
committed
MFH
1 parent 7e5ee41 commit 4398fbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

main/php.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
# endif
5555
# define PHP_DIR_SEPARATOR '\\'
5656
# define PHP_EOL "\r\n"
57+
# if defined(NTDDI_VERSION) && NTDDI_VERSION >= 0x06000000
58+
# undef NTDDI_VERSION
59+
# endif
60+
# ifndef NTDDI_VERSION
61+
# define NTDDI_VERSION 0x05000000
62+
# endif
5763
#else
5864
# if defined(__GNUC__) && __GNUC__ >= 4
5965
# define PHPAPI __attribute__ ((visibility("default")))

0 commit comments

Comments
 (0)