summaryrefslogtreecommitdiff
path: root/lookupa.h
diff options
context:
space:
mode:
authorpixel <pixel>2008-01-29 10:13:13 +0000
committerpixel <pixel>2008-01-29 10:13:13 +0000
commitaeb420d9f20f0973d428b5de0bd19f83c684bf54 (patch)
treebf9119050b3510bb12fc77fcfc5ed59ab6ab900b /lookupa.h
parent6d8020e380791e063a70b3802fed2b72de7dcdec (diff)
Smoothing up win32 fixes.
Diffstat (limited to 'lookupa.h')
-rw-r--r--lookupa.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lookupa.h b/lookupa.h
index 8ac120d..ffb5738 100644
--- a/lookupa.h
+++ b/lookupa.h
@@ -10,11 +10,7 @@ Source is http://burtleburtle.net/bob/c/lookupa.h
#ifndef LOOKUPA
#define LOOKUPA
-#ifdef WIN32
-#include "stdint.h"
-#else
-#include <stdint.h>
-#endif
+#include "mpqlib-stdint.h"
#define CHECKSTATE 8
#define hashsize(n) ((uint32_t)1<<(n))