diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2017-12-15 09:04:51 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2017-12-15 09:04:51 +0200 |
commit | f55162ac1d8457a806b61880dc9ce424ec47fefb (patch) | |
tree | 78a349cac2814ed3e3efa527bdeffe99c5f5f783 /thirdparty/thekla_atlas/nvcore/Debug.cpp | |
parent | e3fd61b63860cd82dee12bf77550c1a5cf1373f5 (diff) |
Fixes thekla atlas mingw-w64 build
Diffstat (limited to 'thirdparty/thekla_atlas/nvcore/Debug.cpp')
-rw-r--r-- | thirdparty/thekla_atlas/nvcore/Debug.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/thirdparty/thekla_atlas/nvcore/Debug.cpp b/thirdparty/thekla_atlas/nvcore/Debug.cpp index 113c551de8..81498c219e 100644 --- a/thirdparty/thekla_atlas/nvcore/Debug.cpp +++ b/thirdparty/thekla_atlas/nvcore/Debug.cpp @@ -14,6 +14,7 @@ # define VC_EXTRALEAN # include <windows.h> # include <direct.h> +// -- GODOT start - # include <crtdbg.h> # if _MSC_VER < 1300 # define DECLSPEC_DEPRECATED @@ -24,6 +25,7 @@ // VC7: ships with updated headers # include <dbghelp.h> # endif +// -- GODOT end - # pragma comment(lib,"dbghelp.lib") #endif @@ -107,8 +109,9 @@ namespace #endif - +// -- GODOT start - #if NV_OS_WIN32 || NV_OS_DURANGO +// -- GODOT end - // We should try to simplify the top level filter as much as possible. // http://www.nynaeve.net/?p=128 |