mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
skip precompiled headers for 3rd party files (fixes imgui2-modern renderer interaction)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -28,7 +28,6 @@ Index of this file:
|
||||
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#ifdef DBG_NEW
|
||||
#undef new
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user