common: do not override neither _cdecl or _stdcall

This commit is contained in:
Alibek Omarov
2026-01-24 07:09:36 +05:00
parent 7a8837bf2a
commit 20a20c72d4
3 changed files with 9 additions and 6 deletions

View File

@@ -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