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:
parent
49495c9caf
commit
41480a489e
@ -52,4 +52,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
extern VCMIDirs GVCMIDirs;
|
|
||||||
|
extern DLL_LINKAGE VCMIDirs GVCMIDirs;
|
||||||
|
@ -32,7 +32,7 @@ DLL_LINKAGE CLodHandler *bitmaph = NULL,
|
|||||||
*spriteh = NULL,
|
*spriteh = NULL,
|
||||||
*bitmaph_ab = NULL;
|
*bitmaph_ab = NULL;
|
||||||
|
|
||||||
VCMIDirs GVCMIDirs;
|
DLL_LINKAGE VCMIDirs GVCMIDirs;
|
||||||
|
|
||||||
|
|
||||||
DLL_LINKAGE void initDLL(CConsoleHandler *Console, std::ostream *Logfile)
|
DLL_LINKAGE void initDLL(CConsoleHandler *Console, std::ostream *Logfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user