From f759e35cd8399d8bffea4d59c5822db8f1002409 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 28 Jul 2001 04:44:27 +0000 Subject: More compilation. Moved windows typedefs to a separate file. Included public domain md5 routines (from dpkg). --- src/win95/iff.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/win95/iff.hpp') diff --git a/src/win95/iff.hpp b/src/win95/iff.hpp index 9250171..b03b6b2 100644 --- a/src/win95/iff.hpp +++ b/src/win95/iff.hpp @@ -1,12 +1,13 @@ #ifndef _INCLUDED_IFF_HPP_ #define _INCLUDED_IFF_HPP_ +#include "fixer.h" + #if defined(_WIN32) || defined(WIN32) || defined(WINDOWS) || defined(_WINDOWS) #define _IFF_WIN_TARGET #include #else // ! WIN32 && ! _WIN32 && ! WINDOWS && ! _WINDOWS #include - #include #endif // ! WIN32 && ! _WIN32 && ! WINDOWS && ! _WINDOWS #include "media.hpp" -- cgit v1.3