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.
This commit is contained in:
Clownacy 2019-02-22 21:16:01 +00:00
parent 68895b1597
commit 923749e41e
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#ifdef WINDOWS
#define RECT WINRECT

View file

@ -2,6 +2,7 @@
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <SDL.h>

View file

@ -2,6 +2,7 @@
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <SDL_rwops.h>