diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-02-10 15:55:15 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-10 15:55:15 +0200 |
commit | 841ac10e5c20ad152f375f43bceb992fc3945041 (patch) | |
tree | d2758b8eb34827e2ca3d1a20b2c523a2b623ec38 /src/debug.cpp | |
parent | a7b158fada356f886b5c4648a7bd5f8114dca717 (diff) | |
download | minetest-841ac10e5c20ad152f375f43bceb992fc3945041.tar.gz minetest-841ac10e5c20ad152f375f43bceb992fc3945041.tar.bz2 minetest-841ac10e5c20ad152f375f43bceb992fc3945041.zip |
fixes toward mingw compatibility
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp index ec23235cb..d4d07375d 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -197,7 +197,7 @@ DebugStacker::~DebugStacker() } -#ifdef _WIN32 +#ifdef _MSC_VER #if CATCH_UNHANDLED_EXCEPTIONS == 1 void se_trans_func(unsigned int u, EXCEPTION_POINTERS* pExp) { |