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

VCMIDirs update #6 fix

- Apple compilation fix
- Removed unnecessary macros
- Updated macros indent style
- Fixed 1. warning.
This commit is contained in:
Karol
2014-08-30 15:04:00 +02:00
parent 53ab0593b7
commit 37bd4790f7
6 changed files with 34 additions and 47 deletions

View File

@@ -5,7 +5,6 @@
#include "VCMIDirs.h"
#ifdef VCMI_WINDOWS
#define WIN32_LEAN_AND_MEAN //excludes rarely used stuff from windows headers - delete this line if something is missing
#include <windows.h> //for .dll libs
#else
#include <dlfcn.h>