Use common segment allocator to provide compatibility with older XDI and to save OS resources

This commit is contained in:
MelwareDE 2010-06-03 01:45:18 +00:00
parent 842012cc0f
commit 9d8d02961b
1 changed files with 2 additions and 0 deletions

View File

@ -85,5 +85,7 @@ void diva_os_free (unsigned long flags, void* ptr);
#include <string.h>
#include "debuglib.h"
#define DIVA_SHARED_SEGMENT_ALLOC 1
#endif