X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fdebug%2Fbacktrace.cpp;h=c0bfd9d9ca16158e898b7ecd2625eb9375d3bc6d;hp=2078996c41d234bb138f8cb29c4805e7894cd9ab;hb=d61b4678e4e4a2a3661a2472dc7349cc9fd5eaad;hpb=521cf1db00f8ce2d9f9494dca503d6c17d89ac2f diff --git a/source/debug/backtrace.cpp b/source/debug/backtrace.cpp index 2078996..c0bfd9d 100644 --- a/source/debug/backtrace.cpp +++ b/source/debug/backtrace.cpp @@ -4,7 +4,9 @@ This file is part of libmspcore Copyright © 2007 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ +#ifndef WIN32 #include +#endif #include "backtrace.h" using namespace std;