summaryrefslogtreecommitdiff
path: root/src/win95/chunk.hpp
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-28 04:44:27 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commitf759e35cd8399d8bffea4d59c5822db8f1002409 (patch)
treec0ab401aeb1fdd12bd934107f8a5a647c205ed2a /src/win95/chunk.hpp
parent6d5a3cec554f6afc5f075722fba7e2aa464f5676 (diff)
More compilation.
Moved windows typedefs to a separate file. Included public domain md5 routines (from dpkg).
Diffstat (limited to 'src/win95/chunk.hpp')
-rw-r--r--src/win95/chunk.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win95/chunk.hpp b/src/win95/chunk.hpp
index e7afcb4..e021062 100644
--- a/src/win95/chunk.hpp
+++ b/src/win95/chunk.hpp
@@ -3,6 +3,7 @@
#ifndef _chunk_hpp
#define _chunk_hpp 1
+#include "fixer.h"
#if engine
@@ -78,6 +79,8 @@
extern char users_name[];
#endif
+#include "list_tem.hpp"
+
#ifndef RIFF_OPTIMIZE // define this to get compiler errors where you are calling the old slow functions
extern List<int> list_chunks_in_file (HANDLE &, const char * chunk_id);
#endif