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. --- hashtab.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hashtab.h') diff --git a/hashtab.h b/hashtab.h index 45ad923..2eaee12 100644 --- a/hashtab.h +++ b/hashtab.h @@ -31,11 +31,7 @@ This implements a hash table. #ifndef HASHTAB #define HASHTAB -#ifdef WIN32 -#include "stdint.h" -#else -#include -#endif +#include "mpqlib-stdint.h" #include /* PRIVATE TYPES AND DEFINITIONS */ -- cgit v1.2.3