MINGW64: Compilation fix

This commit is contained in:
Nekotekina 2015-11-16 18:04:49 +03:00
parent 60dc4abc2b
commit 5f6caf33f0
35 changed files with 111 additions and 112 deletions

View file

@ -1,5 +1,5 @@
#include "stdafx_gui.h"
#if defined (_WIN32)
#ifdef _MSC_VER
#include "Utilities/Log.h"
#include "XInputPadHandler.h"