. major compat fixes for interoperation with wxw.
. add crashlog_sender (modified version of debgrpt wxw sample). compiles
but untested, will be changed heavily
further improvements:
. wposix no longer declares CRT functions. instead, use CRT headers..
but don't allow their (incorrect/non-POSIX) declarations to propagate to
users.
. split up win.cpp into wstartup, wutil, winit
. extern "C" -> EXTERN_C
. move sdl.* to lib/external_libraries and add png.h+zlib.h (fixes for
and include of the library)

This was SVN commit r5028.
This commit is contained in:
janwas
2007-05-04 17:30:32 +00:00
parent a8f8c74ed2
commit 4be0fe18a0
64 changed files with 1542 additions and 567 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "precompiled.h"
#include "StringConvert.h"
#include "lib/sdl.h"
#include "lib/external_libraries/sdl.h"
#include "scripting/SpiderMonkey.h"
#if SDL_BYTEORDER == SDL_BIG_ENDIAN