mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 03:03:13 +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
|
@ -989,6 +989,7 @@ VOID CAppInfoDisplay::ResizeChildren(int Width, int Height)
|
|||
#if DBG
|
||||
ATLASSERT(dwError == ERROR_SUCCESS);
|
||||
#endif
|
||||
UNREFERENCED_PARAMETER(dwError);
|
||||
|
||||
UpdateWindow();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue