skip precompiled headers for 3rd party files (fixes imgui2-modern renderer interaction)

This commit is contained in:
milek7
2021-01-31 00:05:15 +01:00
parent 4e6b2ecedd
commit 41cda4a889
3 changed files with 4 additions and 3 deletions

View File

@@ -53,8 +53,6 @@ Index of this file:
*/
#include "stdafx.h"
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
#define _CRT_SECURE_NO_WARNINGS
#endif

View File

@@ -28,7 +28,6 @@ Index of this file:
*/
#include "stdafx.h"
#ifdef DBG_NEW
#undef new
#endif