mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 06:32:26 +00:00
needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)
also rename wchar -> utf8 to avoid conflict with <wchar.h> (requires rebuild of workspace) (unfortunately copying history fails to "502 bad gateway"; had to delete old + add new independently) This was SVN commit r7340.
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
*/
|
||||
|
||||
#include "precompiled.h"
|
||||
#include "dynarray.h"
|
||||
#include "lib/allocators/dynarray.h"
|
||||
|
||||
#include "lib/posix/posix_mman.h" // PROT_* constants for da_set_prot
|
||||
#include "lib/sysdep/cpu.h"
|
||||
#include "mem_util.h"
|
||||
#include "lib/allocators/mem_util.h"
|
||||
|
||||
|
||||
// indicates that this DynArray must not be resized or freed
|
||||
|
||||
Reference in New Issue
Block a user