Merge branch 'master' of github.com:supertuxkart/stk-code

This commit is contained in:
hiker 2014-05-15 11:17:36 +10:00
commit a3c01a6b2a

View File

@ -20,7 +20,7 @@
#include "log.hpp"
#include <string.h>
#ifdef WIN32
#if defined(WIN32) && !defined(DEBUG)
// --------------------- Windows version -----------------
#include <Windows.h>
#include <DbgHelp.h>