mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[ATL][SHELL32][EXPLORER] Disable ATLASSERT (#3527)
We are not ready for enabling ATLASSERT. Enabling ATL assertions takes time to realize. CORE-17505 - Disable ATLASSERT by undefining _DEBUG. - Revert currently non-fixable codes.
This commit is contained in:
parent
4583eae4f7
commit
9259ded8ae
6 changed files with 9 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
add_library(atl_classes INTERFACE)
|
||||
if(DBG)
|
||||
target_compile_definitions(atl_classes INTERFACE _DEBUG)
|
||||
#target_compile_definitions(atl_classes INTERFACE _DEBUG) # HACK & FIXME: CORE-17505
|
||||
endif()
|
||||
|
||||
target_include_directories(atl_classes INTERFACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue