summaryrefslogtreecommitdiff
path: root/mpq-bios.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 /mpq-bios.h
parent6d8020e380791e063a70b3802fed2b72de7dcdec (diff)
Smoothing up win32 fixes.
Diffstat (limited to 'mpq-bios.h')
-rw-r--r--mpq-bios.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/mpq-bios.h b/mpq-bios.h
index 61e2020..c046f53 100644
--- a/mpq-bios.h
+++ b/mpq-bios.h
@@ -1,11 +1,7 @@
#ifndef __MPQ_BIOS_H__
#define __MPQ_BIOS_H__
-#ifdef WIN32
-#include "stdint.h"
-#else
-#include <stdint.h>
-#endif
+#include "mpqlib-stdint.h"
struct mpq_archive_t;