1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

* bug 1193 should be fixed

* minor refactoring
This commit is contained in:
mateuszb
2013-01-30 21:28:31 +00:00
parent 843f8f10c0
commit 5b0c6059e2
4 changed files with 24 additions and 24 deletions

View File

@ -24,7 +24,7 @@
#define CONSOLE_TEAL "\x1b[1;36m"
#else
#define WIN32_LEAN_AND_MEAN //excludes rarely used stuff from windows headers - delete this line if something is missing
#include <windows.h>
#include <Windows.h>
#ifndef __MINGW32__
#include <dbghelp.h>
#pragma comment(lib, "dbghelp.lib")