123
This commit is contained in:
16
Editor/StdAfx.cpp
Normal file
16
Editor/StdAfx.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Precompiled header.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
// Shell utility library
|
||||
#pragma comment(lib, "Shlwapi.lib")
|
||||
|
||||
// even in Release mode, the editor will return its heap, because there's no Profile build configuration for the editor
|
||||
#ifdef _RELEASE
|
||||
#undef _RELEASE
|
||||
#endif
|
||||
#include <CrtDebugStats.h>
|
||||
Reference in New Issue
Block a user