Skip to content

Commit

Permalink
Fixed including stdint.h with gcc on Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 25, 2006
1 parent b8c18f6 commit 816160b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_config_win32.h
Expand Up @@ -44,6 +44,8 @@ typedef unsigned int uintptr_t;
#endif
#define _UINTPTR_T_DEFINED
#endif
#elif defined(__GNUC__)
#define HAVE_STDINT_H 1
#else
typedef signed char int8_t;
typedef unsigned char uint8_t;
Expand Down

0 comments on commit 816160b

Please sign in to comment.