# fixes for overzealous vc8 optimization and housekeeping

these are required by thesis and improve 0ad code.
- sysdep/win init/shutdown mechanism is now better documented and
survives clever vc8 optimization
- moved some extern declarations from win_internal into separate headers

main: remove debug_filter_add("LOADER") - was for my debugging
convenience

This was SVN commit r4752.
This commit is contained in:
janwas
2007-01-07 16:50:36 +00:00
parent ecb83f12f4
commit 95f8aa126f
24 changed files with 300 additions and 225 deletions
+1
View File
@@ -2,6 +2,7 @@
#if OS_WIN
#include "lib/sysdep/win/win_internal.h"
#include "lib/sysdep/win/wposix/wsock_internal.h"
#endif
#include "Network.h"