Author: devurandom
Date: Sun Jun  4 01:46:03 2006
New Revision: 75

URL: http://svn.gna.org/viewcvs/warzone?rev=75&view=rev
Log:
Made Warzone compile using MSVC!

- Fixed several files for being C89 compatible, so MSVC compiles them. (No 
variable declarations after function calls allowed.)
- Added function definitions (lib/framework/win32fixes.h) for functions with 
different names under Win32/Linux. (Aiming at moving all platform specific 
defines into such headers. Everywhere included frame.h should make this easy.)
- Please take a look at lib/gamelib/audp_parser.y. I had to convert the 
lowercase token "text" to uppercase "TEXT", so it doesn't collide with msxml.h 
(mysteriously included by some windows headers).

Added:
    trunk/lib/framework/win32fixes.h
Modified:
    trunk/lib/framework/frame.h
    trunk/lib/gamelib/audp_parser.y
    trunk/lib/ivis_common/pcx.c
    trunk/lib/netplay/netplay.c
    trunk/lib/widget/scrap.c


_______________________________________________
Warzone-commits mailing list
Warzone-commits@gna.org
https://mail.gna.org/listinfo/warzone-commits

Reply via email to