mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH
This commit is contained in:
parent
7e5ee41aa9
commit
4398fbbbe4
1 changed files with 6 additions and 0 deletions
|
@ -54,6 +54,12 @@
|
|||
# endif
|
||||
# define PHP_DIR_SEPARATOR '\\'
|
||||
# define PHP_EOL "\r\n"
|
||||
# if defined(NTDDI_VERSION) && NTDDI_VERSION >= 0x06000000
|
||||
# undef NTDDI_VERSION
|
||||
# endif
|
||||
# ifndef NTDDI_VERSION
|
||||
# define NTDDI_VERSION 0x05000000
|
||||
# endif
|
||||
#else
|
||||
# if defined(__GNUC__) && __GNUC__ >= 4
|
||||
# define PHPAPI __attribute__ ((visibility("default")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue