Added define to get memory manager to compile on windows.

This commit is contained in:
Raynaldo Rivera 2010-02-21 02:30:34 +00:00
parent 03fb7166e1
commit d7cc61ab1e
1 changed files with 2 additions and 4 deletions

View File

@ -82,11 +82,9 @@
#include <string.h>
#include <time.h>
#include <stdarg.h>
#ifndef CAUDIO_PLATFORM_WIN
#include <new.h>
#ifndef WIN32
#include <unistd.h>
#endif
#include "../Headers/cMemoryManager.h"