replaced #if defined(_MSC_VER)

with #if defined (WIN32)

svn-id: r18432
This commit is contained in:
Lars Persson 2005-06-21 22:23:53 +00:00
parent 9cdfe927be
commit b9881d63f6

View file

@ -19,7 +19,7 @@
*/
#include "stdafx.h"
#if defined(_MSC_VER)
#if defined(WIN32)
#include <malloc.h>
#endif
#include "base/engine.h"