mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 15:52:19 +00:00
# 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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user