win32 changes
This commit is contained in:
parent
c80aef9b5b
commit
829a1bb00d
@ -48,7 +48,7 @@
|
|||||||
#define THREAD_CC
|
#define THREAD_CC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__BORLANDC__)
|
#if defined(__BORLANDC__) || defined(_WIN32)
|
||||||
#define APP_CC __fastcall
|
#define APP_CC __fastcall
|
||||||
#define DEFAULT_CC __cdecl
|
#define DEFAULT_CC __cdecl
|
||||||
#else
|
#else
|
||||||
@ -57,10 +57,14 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
#if defined(__BORLANDC__)
|
||||||
#define EXPORT_CC _export __cdecl
|
#define EXPORT_CC _export __cdecl
|
||||||
#else
|
#else
|
||||||
#define EXPORT_CC
|
#define EXPORT_CC
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#define EXPORT_CC
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef char ti8;
|
typedef char ti8;
|
||||||
typedef unsigned char tui8;
|
typedef unsigned char tui8;
|
||||||
|
Loading…
Reference in New Issue
Block a user