Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.

Fixes Bugzilla #376.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402262
This commit is contained in:
Ryan C. Gordon 2007-02-12 11:46:08 +00:00
parent f80310b98b
commit d4e3fdd999

View file

@ -27,7 +27,7 @@
/* This is a set of defines to configure the SDL features */
#ifdef __GNUC__
#if defined(__GNUC__) || defined(__DMC__)
#define HAVE_STDINT_H 1
#elif defined(_MSC_VER)
typedef signed __int8 int8_t;