summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-18 09:51:02 +0000
committerpixel <pixel>2003-03-18 09:51:02 +0000
commit4331fdd18a60deea4951c54f2575abed0864ca83 (patch)
tree893f27ffe1cdd153a6e014e9a747442a81198779 /include
parent283f5ca21aad7aa239d053268679b9e57012f13e (diff)
Fixing sparc port a bit
Diffstat (limited to 'include')
-rw-r--r--include/generic.h2
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