Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.
Browse files Browse the repository at this point in the history
  Fixes Bugzilla #376.
  • Loading branch information
icculus committed Feb 12, 2007
1 parent 909ff77 commit 81f8222
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 81f8222

Please sign in to comment.