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

VCMIDirs update #5 fix

- Updated old OS detect macros.
- Fixed 1 misspell.
This commit is contained in:
Karol
2014-08-26 12:19:04 +02:00
parent 958839668c
commit 1b6f2ea3b7
11 changed files with 35 additions and 35 deletions

View File

@@ -23,7 +23,7 @@ static bool keyDown()
}
#endif
#if defined(_WIN32) && (_MSC_VER < 1800 || !defined(USE_FFMPEG))
#if defined(VCMI_WINDOWS) && (_MSC_VER < 1800 || !defined(USE_FFMPEG))
void checkForError(bool throwing = true)
{