mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 04:52:36 +00:00
premake: detect processor architecture from script
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and "arch" folders This was SVN commit r6162.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "precompiled.h"
|
||||
|
||||
#if OS_WIN
|
||||
#include "lib/sysdep/win/win.h"
|
||||
#include "lib/sysdep/win/wposix/wsock_internal.h"
|
||||
#include "lib/sysdep/os/win/win.h"
|
||||
#include "lib/sysdep/os/win/wposix/wsock_internal.h"
|
||||
#endif
|
||||
|
||||
#include "Network.h"
|
||||
|
||||
Reference in New Issue
Block a user