#1041. Correction to r4056
This commit is contained in:
parent
428d327235
commit
4a0f652a7f
@ -24,9 +24,18 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# if _MSC_VER < 1600
|
||||
# ifdef EXV_HAVE_STDINT_H
|
||||
# undef EXV_HAVE_STDINT_H
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#ifdef EXV_HAVE_STDINT_H
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* MSVC doesn't provide C99 types, but it has MS specific variants */
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Loading…
Reference in New Issue
Block a user