mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
__fastcall as the default calling convention now compiles fine. Which is good.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@876 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
acde8ade44
commit
b78f12477d
1 changed files with 2 additions and 0 deletions
|
@ -2298,6 +2298,8 @@ typedef struct
|
|||
char com_gamedir[MAX_OSPATH];
|
||||
char com_basedir[MAX_OSPATH];
|
||||
|
||||
#define ZEXPORT VARGS
|
||||
|
||||
#ifdef ZLIB
|
||||
#ifdef _WIN32
|
||||
#pragma comment( lib, "../libs/zlib.lib" )
|
||||
|
|
Loading…
Reference in a new issue