replaced #if defined(_MSC_VER)
with #if defined (WIN32) svn-id: r18432
This commit is contained in:
parent
9cdfe927be
commit
b9881d63f6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(WIN32)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "base/engine.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue