X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdebug%2Fbacktrace.cpp;h=c0bfd9d9ca16158e898b7ecd2625eb9375d3bc6d;hb=015d9ccbae576049e392b4dbc3017e00d8df3c49;hp=2078996c41d234bb138f8cb29c4805e7894cd9ab;hpb=521cf1db00f8ce2d9f9494dca503d6c17d89ac2f;p=libs%2Fcore.git 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;