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:
parent
68895b1597
commit
923749e41e
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef WINDOWS
|
||||
#define RECT WINRECT
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <SDL.h>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <SDL_rwops.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue