ref: 923749e41e323a85953bdde7ae0c3510ab687fac
parent: 68895b15977310e042dc575bed7c2acde0220911
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Feb 22 16:16:01 EST 2019
Some more fixes for errors MSVC2003 noticed Now I've got the entire project building with MSVC2003, _and_ I can compare its ASM with Devilution's disassembler tool.
--- a/src/Draw.cpp
+++ b/src/Draw.cpp
@@ -1,6 +1,7 @@
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
+#include <string.h>
#ifdef WINDOWS
#define RECT WINRECT
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -2,6 +2,7 @@
#include <stddef.h>
#include <stdint.h>
+#include <stdio.h>
#include <string.h>
#include <SDL.h>
--- a/src/Organya.cpp
+++ b/src/Organya.cpp
@@ -2,6 +2,7 @@
#include <stddef.h>
#include <stdint.h>
+#include <stdio.h>
#include <string.h>
#include <SDL_rwops.h>