From aeb420d9f20f0973d428b5de0bd19f83c684bf54 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 29 Jan 2008 10:13:13 +0000 Subject: Smoothing up win32 fixes. --- mpq-file.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mpq-file.h') diff --git a/mpq-file.h b/mpq-file.h index 7557758..aea19cd 100644 --- a/mpq-file.h +++ b/mpq-file.h @@ -1,11 +1,7 @@ #ifndef __MPQ_FILE_H__ #define __MPQ_FILE_H__ -#ifdef WIN32 -#include "stdint.h" -#else -#include -#endif +#include "mpqlib-stdint.h" struct mpq_file_t; enum mpqlib_file_seek_t { -- cgit v1.2.3