Windows DLLs are such zombies!

This commit is contained in:
Siana Gearz
2010-11-27 01:09:47 +01:00
parent f9dcb1bb09
commit d023dd1869
2 changed files with 6 additions and 1 deletions

View File

@@ -32,7 +32,7 @@
class LLSD;
class LLAvatarName
class LL_COMMON_API LLAvatarName
{
public:
LLAvatarName();

View File

@@ -142,6 +142,7 @@
#define LL_DLLIMPORT
#endif // LL_WINDOWS
/*
#ifdef llcommon_EXPORTS
// Compiling llcommon (shared)
#define LL_COMMON_API LL_DLLEXPORT
@@ -149,5 +150,9 @@
// Using llcommon (shared)
#define LL_COMMON_API LL_DLLIMPORT
#endif // llcommon_EXPORTS
*/
//I hate DLLs -SG
#define LL_COMMON_API
#endif // not LL_LINDEN_PREPROCESSOR_H