Skip to content

Commit 333f093

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: avoid clash when stdint.h was included after win32/php_stdint.h
2 parents 4c6fb62 + d3ca974 commit 333f093

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)