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

@@ -7,7 +7,7 @@
#define strcpy_s(a, b, c) strncpy(a, c, b)
#endif
#ifdef __ANDROID__
#ifdef VCMI_ANDROID
#define GetGlobalAiVersion BattleAI_GetGlobalAiVersion
#define GetAiName BattleAI_GetAiName
#define GetNewBattleAI BattleAI_GetNewBattleAI