From 9e9ddf42c9a418b4d92508c6de463a4ecf2c7ac5 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Thu, 20 Feb 2020 17:42:28 +0300 Subject: [PATCH] Change stdafx.h to trigger pch regeneration --- rpcs3/stdafx.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpcs3/stdafx.h b/rpcs3/stdafx.h index c2ac19e56f..5070a71fa2 100644 --- a/rpcs3/stdafx.h +++ b/rpcs3/stdafx.h @@ -8,10 +8,6 @@ #define NOMINMAX -//#ifndef __STDC_CONSTANT_MACROS -//#define __STDC_CONSTANT_MACROS -//#endif - #if defined(MSVC_CRT_MEMLEAK_DETECTION) && defined(_DEBUG) && !defined(DBG_NEW) #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) #include "define_new_memleakdetect.h"