1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fix header case for Linux to Windows cross compilation using MingGW

This commit is contained in:
ArseniyShestakov
2015-11-03 14:40:36 +03:00
parent 349f16a359
commit 8b6b4e2e0b
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ DLL_LINKAGE CConsoleHandler * console = nullptr;
#define CONSOLE_GRAY "\x1b[1;30m"
#define CONSOLE_TEAL "\x1b[1;36m"
#else
#include <Windows.h>
#include <windows.h>
#include <dbghelp.h>
#ifndef __MINGW32__
#pragma comment(lib, "dbghelp.lib")