- Fixed: lempar.c needs to specify the __cdecl calling convention for malloc

and free under VC++.


SVN r820 (trunk)
This commit is contained in:
Randy Heit 2008-03-19 23:53:06 +00:00
commit a9ffb9140c
5 changed files with 315 additions and 3085 deletions

View file

@ -436,7 +436,7 @@ void ParseXlat(const char *lumpname)
XlatToken tok;
tok.val=0;
XlatParse(pParser, 0, tok, &context);
XlatParseFree(pParser, free );
XlatParseFree(pParser, free);
}
//==========================================================================