|
@@ -14,6 +14,7 @@
|
|
# define VC_EXTRALEAN
|
|
# define VC_EXTRALEAN
|
|
# include <windows.h>
|
|
# include <windows.h>
|
|
# include <direct.h>
|
|
# include <direct.h>
|
|
|
|
+// -- GODOT start -
|
|
# include <crtdbg.h>
|
|
# include <crtdbg.h>
|
|
# if _MSC_VER < 1300
|
|
# if _MSC_VER < 1300
|
|
# define DECLSPEC_DEPRECATED
|
|
# define DECLSPEC_DEPRECATED
|
|
@@ -24,6 +25,7 @@
|
|
// VC7: ships with updated headers
|
|
// VC7: ships with updated headers
|
|
# include <dbghelp.h>
|
|
# include <dbghelp.h>
|
|
# endif
|
|
# endif
|
|
|
|
+// -- GODOT end -
|
|
# pragma comment(lib,"dbghelp.lib")
|
|
# pragma comment(lib,"dbghelp.lib")
|
|
#endif
|
|
#endif
|
|
|
|
|
|
@@ -107,8 +109,9 @@ namespace
|
|
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-
|
|
|
|
|
|
+// -- GODOT start -
|
|
#if NV_OS_WIN32 || NV_OS_DURANGO
|
|
#if NV_OS_WIN32 || NV_OS_DURANGO
|
|
|
|
+// -- GODOT end -
|
|
|
|
|
|
// We should try to simplify the top level filter as much as possible.
|
|
// We should try to simplify the top level filter as much as possible.
|
|
// http://www.nynaeve.net/?p=128
|
|
// http://www.nynaeve.net/?p=128
|