mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Now MSVC and gcc must be happy :)
This commit is contained in:
@@ -57,11 +57,7 @@ public:
|
|||||||
//StartInfo scenarioOps;
|
//StartInfo scenarioOps;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __GNUC__
|
|
||||||
DLL_EXPORT LibClasses * VLC;
|
|
||||||
#else
|
|
||||||
extern DLL_EXPORT LibClasses * VLC;
|
extern DLL_EXPORT LibClasses * VLC;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
DLL_EXPORT void initDLL(CLodHandler *b);
|
DLL_EXPORT void initDLL(CLodHandler *b);
|
||||||
|
|||||||
Reference in New Issue
Block a user