Add some new defines for config.h now that VC++ has stdint.h
This commit is contained in:
parent
5f89ae390d
commit
9f79892b68
@ -349,6 +349,12 @@ MA 02111-1307, USA. */
|
|||||||
#define inline __inline
|
#define inline __inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define HAVE_INTMAX_T 1
|
||||||
|
#define HAVE_PTRDIFF_T 1
|
||||||
|
#define HAVE_UINT_LEAST32_T 1
|
||||||
|
#define NPRINTF_J 1
|
||||||
|
#define NPRINTF_T 1
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define access _access
|
#define access _access
|
||||||
#define strcasecmp _stricmp
|
#define strcasecmp _stricmp
|
||||||
|
Loading…
Reference in New Issue
Block a user