Skip to content

Commit 7e702ad

Browse files
committed
all versions of MSVC we support include stdint.h
1 parent dac3546 commit 7e702ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

win32/config.vc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ i_shadow='undef'
782782
i_socks='undef'
783783
i_stdbool='undef'
784784
i_stdckdint='undef'
785-
i_stdint='undef'
785+
i_stdint='define'
786786
i_stdlib='define'
787787
i_sunmath='undef'
788788
i_sysaccess='undef'

win32/config_H.vc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3811,7 +3811,7 @@
38113811
* This symbol, if defined, indicates that <stdint.h> exists and
38123812
* should be included.
38133813
*/
3814-
/*#define I_STDINT / **/
3814+
#define I_STDINT /**/
38153815

38163816
/* I_SUNMATH:
38173817
* This symbol, if defined, indicates that <sunmath.h> exists and

0 commit comments

Comments
 (0)