summaryrefslogtreecommitdiff
path: root/mpq-file.h
diff options
context:
space:
mode:
authoryazoo <yazoo>2008-01-29 07:43:06 +0000
committeryazoo <yazoo>2008-01-29 07:43:06 +0000
commit8522e44467ebcac54201def2c6583639e74e9e24 (patch)
tree9d475da6b178bf96359f06d39773441b76b8d567 /mpq-file.h
parent7ecf94d4b339bc2197f449f0f1538f2915313087 (diff)
Portage win32
Diffstat (limited to 'mpq-file.h')
-rw-r--r--mpq-file.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpq-file.h b/mpq-file.h
index 1cec05d..7557758 100644
--- a/mpq-file.h
+++ b/mpq-file.h
@@ -1,8 +1,11 @@
#ifndef __MPQ_FILE_H__
#define __MPQ_FILE_H__
+#ifdef WIN32
+#include "stdint.h"
+#else
#include <stdint.h>
-
+#endif
struct mpq_file_t;
enum mpqlib_file_seek_t {