]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/backtrace.cpp
Win32 doesn't have execinfo.h, so don't include it
[libs/core.git] / source / debug / backtrace.cpp
index 2078996c41d234bb138f8cb29c4805e7894cd9ab..c0bfd9d9ca16158e898b7ecd2625eb9375d3bc6d 100644 (file)
@@ -4,7 +4,9 @@ This file is part of libmspcore
 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
+#ifndef WIN32
 #include <execinfo.h>
 #include <execinfo.h>
+#endif
 #include "backtrace.h"
 
 using namespace std;
 #include "backtrace.h"
 
 using namespace std;