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