1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Win compile fix (#974)

This commit is contained in:
Michał W. Urbańczyk
2012-05-25 14:53:56 +00:00
parent 49495c9caf
commit 41480a489e
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,7 @@ DLL_LINKAGE CLodHandler *bitmaph = NULL,
*spriteh = NULL,
*bitmaph_ab = NULL;
VCMIDirs GVCMIDirs;
DLL_LINKAGE VCMIDirs GVCMIDirs;
DLL_LINKAGE void initDLL(CConsoleHandler *Console, std::ostream *Logfile)