Skip to content

Commit

Permalink
Digital Mars has stdint.h, so use the header on Windows with that com…
Browse files Browse the repository at this point in the history
…piler.

  Fixes Bugzilla #376.
  • Loading branch information
icculus committed Feb 12, 2007
1 parent ea05453 commit 8399ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_config_win32.h
Expand Up @@ -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;
Expand Down

0 comments on commit 8399ad4

Please sign in to comment.