summaryrefslogtreecommitdiff
path: root/generic.h
diff options
context:
space:
mode:
authorPixel <Pixel>2002-06-23 12:49:24 +0000
committerPixel <Pixel>2002-06-23 12:49:24 +0000
commit7514019f385767caf7e68ae281d3a4befb7b4e8f (patch)
tree665e8ccd111ebdadd98a9bebb1813d639d65bfe1 /generic.h
parent54c77d2cb0f734615febdb3cb33548bf4cd6e953 (diff)
Makefile arrangement...
Diffstat (limited to 'generic.h')
-rw-r--r--generic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic.h b/generic.h
index ee9bb0e..b8ab95b 100644
--- a/generic.h
+++ b/generic.h
@@ -32,11 +32,11 @@
#define MIN(a,b) ((a)<(b)?(a):(b))
#define MAX(a,b) ((a)<(b)?(b):(a)
-/*
-#ifndef Uint32
+
+#ifndef SDL_VERSIONNUM
typedef unsigned long int Uint32;
#endif
-*/
+
#ifndef int32
typedef signed long int int32;
#endif