diff --git a/dlls/cbase.h b/dlls/cbase.h index e7b0483..ff0833c 100644 --- a/dlls/cbase.h +++ b/dlls/cbase.h @@ -54,7 +54,7 @@ CBaseEntity #ifndef CBASE_DLLEXPORT #ifdef _WIN32 -#define CBASE_DLLEXPORT _declspec( dllexport ) +#define CBASE_DLLEXPORT __declspec( dllexport ) #else #define CBASE_DLLEXPORT __attribute__ ((visibility("default"))) #endif