From c2ff24010a345442a9d6f96274a22f454bfa3918 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sat, 2 Jul 2005 18:38:04 +0000 Subject: got __fastcall working for borland compilers --- common/arch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/arch.h') 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 -- cgit v1.2.1