mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
common: do not override neither _cdecl or _stdcall
This commit is contained in:
@@ -52,11 +52,6 @@ GNU General Public License for more details.
|
||||
#define OS_LIB_EXT "prx"
|
||||
#endif
|
||||
|
||||
#if !defined( _MSC_VER )
|
||||
#define __cdecl
|
||||
#define __stdcall
|
||||
#endif
|
||||
|
||||
#if !XASH_WIN32
|
||||
typedef void *HINSTANCE;
|
||||
typedef struct tagPOINT { int x, y; } POINT; // one nasty function in cdll_int.h needs it
|
||||
|
||||
Reference in New Issue
Block a user