projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da2a97
)
avoid clash when stdint.h was included after win32/php_stdint.h
author
Anatol Belski
<ab@php.net>
Thu, 21 Aug 2014 07:08:44 +0000
(09:08 +0200)
committer
Anatol Belski
<ab@php.net>
Thu, 21 Aug 2014 07:08:44 +0000
(09:08 +0200)
win32/php_stdint.h
patch
|
blob
|
history
diff --git
a/win32/php_stdint.h
b/win32/php_stdint.h
index 0d63615c6bc9818e42e3d2502473a0d15cf6c0bd..cb5ad170611f4623578fcda39249e9f980bd16a7 100644
(file)
--- 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