From 8522e44467ebcac54201def2c6583639e74e9e24 Mon Sep 17 00:00:00 2001 From: yazoo Date: Tue, 29 Jan 2008 07:43:06 +0000 Subject: Portage win32 --- mpq-bios.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mpq-bios.h') diff --git a/mpq-bios.h b/mpq-bios.h index 4e82973..61e2020 100644 --- a/mpq-bios.h +++ b/mpq-bios.h @@ -1,7 +1,11 @@ #ifndef __MPQ_BIOS_H__ #define __MPQ_BIOS_H__ +#ifdef WIN32 +#include "stdint.h" +#else #include +#endif struct mpq_archive_t; -- cgit v1.2.3