1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +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

@ -52,4 +52,5 @@ public:
#endif
}
};
extern VCMIDirs GVCMIDirs;
extern DLL_LINKAGE VCMIDirs GVCMIDirs;

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)