mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
- gcc compile fixes
- fixed locale issue - Makefiles for StupidAI - fix for #671 (not tested) - linux readme update, including #598
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#include "stdafx.h"
|
||||
#include "StupidAI.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define strcpy_s(a, b, c) strncpy(a, c, b)
|
||||
#endif
|
||||
|
||||
const char *g_cszAiName = "Stupid AI 0.1";
|
||||
|
||||
extern "C" DLL_F_EXPORT int GetGlobalAiVersion()
|
||||
|
||||
Reference in New Issue
Block a user