From: Kalle Sommer Nielsen Date: Tue, 24 Jun 2008 05:59:53 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.3.0alpha1~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4398fbbbe42704faffc1907cf31fb8c6485a0347;p=php MFH --- diff --git a/main/php.h b/main/php.h index 5c51d86f66..421af2214c 100644 --- a/main/php.h +++ b/main/php.h @@ -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")))