- split up lib/res into file, graphics and sound.

- wposix.cpp: initial support for MEM_RESERVE and MEM_COMMIT semantics
in mmap
- cstr: removed no longer necessary serialization header
- xmlutils: wrap new() calls in nommgr/mmgr; allows tracking other
allocs in this file.
- add u64_from_u32
- various minor comments/improvements.

This was SVN commit r2604.
This commit is contained in:
janwas
2005-08-12 17:06:53 +00:00
parent ac034f3733
commit 4aa740bff5
77 changed files with 226 additions and 197 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include "Profile.h"
#include "ps/CLogger.h"
#include "res/res.h"
#include "lib/res/res.h"
#ifdef NDEBUG