diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/generic.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/generic.h b/include/generic.h index e11f518..9097ba0 100644 --- a/include/generic.h +++ b/include/generic.h @@ -13,7 +13,7 @@  #define bcopy(x,y,z) memcpy((y),(x),(z))  #endif -#ifndef SDL_VERSIONNUM +#if ! defined SDL_VERSIONNUM && ! defined Uint32  typedef unsigned long int Uint32;  #endif  | 
