# HG changeset patch
# User Ryan C. Gordon <icculus@icculus.org>
# Date 1171280768 0
# Node ID b10089473699b676374481c2d88ebfeb41436de6
# Parent  fffea8d6bf92509434d0862e7bc8163369406ac6
Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.

  Fixes Bugzilla #376.

diff -r fffea8d6bf92 -r b10089473699 include/SDL_config_win32.h
--- a/include/SDL_config_win32.h	Mon Feb 12 10:57:45 2007 +0000
+++ b/include/SDL_config_win32.h	Mon Feb 12 11:46:08 2007 +0000
@@ -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;