__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:
Spoike 2005-02-12 19:53:31 +00:00
parent acde8ade44
commit b78f12477d
1 changed files with 2 additions and 0 deletions

View File

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