mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
# SwEng / MacOSX compat
further cleanup to sysdep.h: avoid pulling in win and ia32; split header up into stl, compiler, and the actual sys_* API. (all but the latter are in PCH). timer: also avoid dragging in ia32 win: move snprintf fix to posix.h cpu: simplify reasoning about cores, now given as logicalPerCore (not package) vfs_optimizer: fix if archive building is partially disabled This was SVN commit r5008.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "lib/path_util.h"
|
||||
#include "lib/res/file/file.h"
|
||||
#include "lib/sysdep/sysdep.h"
|
||||
|
||||
DEFINE_ERROR(PS_OK, "OK");
|
||||
DEFINE_ERROR(PS_FAIL, "Fail");
|
||||
|
||||
Reference in New Issue
Block a user