Files
FC1/Editor/StdAfx.cpp
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

17 lines
449 B
C++

//////////////////////////////////////////////////////////////////////////
//
// 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>