Tried to add VS2003 support...

This commit is contained in:
Vulpovile
2021-03-18 23:22:37 -07:00
parent 7ea74a3980
commit 239f7b8fa8
12 changed files with 734 additions and 15 deletions

View File

@@ -2,6 +2,10 @@
#include <G3DAll.h>
#include "propertyGrid.h"
#include "map"
#ifdef NO_SPRINTF
#define sprintf_s sprintf
#endif
//#include "Properties/BoolProperty.h"
class Instance

5
src/include/winver.h Normal file
View File

@@ -0,0 +1,5 @@
#ifndef WINVER
#define _WIN32_WINNT 0x0400
#define _WIN32_WINDOWS 0x0400
#define WINVER 0x0400
#endif