Support mingw cross-compile

This commit is contained in:
Jannik Vogel 2016-12-03 21:08:02 +01:00
parent 5234f2d287
commit 45d941d62e
9 changed files with 11 additions and 9 deletions

View file

@ -14,7 +14,7 @@
#ifdef _WIN32
#include <codecvt>
#include <Windows.h>
#include <windows.h>
#include "common/common_funcs.h"
#else
#include <iconv.h>