Skip to content

Commit d3ca974

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: avoid clash when stdint.h was included after win32/php_stdint.h
2 parents 89d3a35 + 713e9a7 commit d3ca974

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

win32/php_stdint.h

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
#ifndef _MSC_STDINT_H_ // [
3737
#define _MSC_STDINT_H_
3838

39+
#ifndef _STDINT
40+
# define _STDINT
41+
#endif
42+
3943
#if _MSC_VER > 1000
4044
#pragma once
4145
#endif

0 commit comments

Comments
 (0)