* cleaning up warnings (mostly windows). A collection of other warning fixes too (undefined function, assuming int, etc.)

This compiled fine with scons/msvc and scons/mingw (gcc 4.4.0). Please test and report any problems.
This commit is contained in:
Nathan Letwory
2009-09-06 13:20:05 +00:00
parent 51aa207d20
commit fb649d5824
30 changed files with 143 additions and 122 deletions

View File

@@ -54,6 +54,10 @@ using namespace std;
#include "MEM_guardedalloc.h"
#endif
#ifdef _WIN32
#define stricmp _stricmp
#endif
class STR_String;
typedef unsigned long dword;