diff options
author | Anatol Belski <ab@php.net> | 2014-08-21 09:21:31 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-21 09:21:31 +0200 |
commit | 8d6ef99a390f9437e2eda113b04f564c4e94b294 (patch) | |
tree | 37a9cb1b69afb81b13242a0165c37a6c4841eadc /win32 | |
parent | d15360c1dd32030681dfca7755c140d9a2306574 (diff) | |
parent | 92ac625b94e3dc79a0c9def934c61d83397afe81 (diff) | |
download | php-git-8d6ef99a390f9437e2eda113b04f564c4e94b294.tar.gz |
Merge remote-tracking branch 'php/master'
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php_stdint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/php_stdint.h b/win32/php_stdint.h index 4e9b869483..858dcb5c33 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 |