From: Anatol Belski Date: Thu, 21 Aug 2014 07:08:44 +0000 (+0200) Subject: avoid clash when stdint.h was included after win32/php_stdint.h X-Git-Tag: php-5.5.17RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=713e9a7eaa8344061aad0883829c42a651691c34;p=php avoid clash when stdint.h was included after win32/php_stdint.h --- diff --git a/win32/php_stdint.h b/win32/php_stdint.h index 0d63615c6b..cb5ad17061 100644 --- a/win32/php_stdint.h +++ b/win32/php_stdint.h @@ -36,6 +36,10 @@ #ifndef _MSC_STDINT_H_ // [ #define _MSC_STDINT_H_ +#ifndef _STDINT +# define _STDINT +#endif + #if _MSC_VER > 1000 #pragma once #endif