1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Now MSVC and gcc must be happy :)

This commit is contained in:
Vadim Glazunov 2008-08-04 23:19:19 +00:00
parent a5354271e2
commit ba59b28be8

View File

@ -57,11 +57,7 @@ public:
//StartInfo scenarioOps;
};
#ifdef __GNUC__
DLL_EXPORT LibClasses * VLC;
#else
extern DLL_EXPORT LibClasses * VLC;
#endif
DLL_EXPORT void initDLL(CLodHandler *b);