diff options
Diffstat (limited to 'common/arch.h')
-rw-r--r-- | common/arch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/arch.h b/common/arch.h index b8d61381..4c1f0807 100644 --- a/common/arch.h +++ b/common/arch.h @@ -44,7 +44,7 @@ #endif #if defined(__BORLANDC__) -#define APP_CC __cdecl +#define APP_CC __fastcall #define DEFAULT_CC __cdecl #else #define APP_CC @@ -52,7 +52,7 @@ #endif #if defined(_WIN32) -#define EXPORT_CC __declspec(dllexport) +#define EXPORT_CC _export __cdecl #else #define EXPORT_CC #endif |