mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[MSPAINT][EXPLORER][SHELL32] Enable ATL asserts in CMake
CORE-17505 In MSVC builds they would not work reliably when enabled in the precompiled header
This commit is contained in:
parent
86addae3cc
commit
55343f04b0
7 changed files with 16 additions and 12 deletions
|
@ -1,5 +1,9 @@
|
|||
PROJECT(SHELL)
|
||||
|
||||
if(DBG)
|
||||
add_definitions(-D_DEBUG=1) # CORE-17505
|
||||
endif()
|
||||
|
||||
list(APPEND SOURCE
|
||||
appbar.cpp
|
||||
desktop.cpp
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
#define WIN7_COMPAT_MODE 1
|
||||
#endif
|
||||
|
||||
#if DBG && !defined(_DEBUG)
|
||||
#define _DEBUG // CORE-17505
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue