diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-28 04:44:27 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | f759e35cd8399d8bffea4d59c5822db8f1002409 (patch) | |
| tree | c0ab401aeb1fdd12bd934107f8a5a647c205ed2a /src/win95/iff.hpp | |
| parent | 6d5a3cec554f6afc5f075722fba7e2aa464f5676 (diff) | |
More compilation.
Moved windows typedefs to a separate file.
Included public domain md5 routines (from dpkg).
Diffstat (limited to 'src/win95/iff.hpp')
| -rw-r--r-- | src/win95/iff.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <windows.h> #else // ! WIN32 && ! _WIN32 && ! WINDOWS && ! _WINDOWS #include <stdio.h> - #include <conio.h> #endif // ! WIN32 && ! _WIN32 && ! WINDOWS && ! _WINDOWS #include "media.hpp" |
