mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:25:49 +00:00
[ATL][MSPAINT] Add ATLTRACE and fix assertion failures (#4299)
- Implement ATLTRACE and AtlTrace in atlbase.h. - Fix assertion failures in mspaint. CORE-17969, CORE-18012
This commit is contained in:
parent
085f135f1a
commit
7014cf04b1
12 changed files with 380 additions and 56 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "atlcomcli.h"
|
||||
#include "atlalloc.h"
|
||||
#include "atlexcept.h"
|
||||
#include "atltrace.h"
|
||||
#include "comcat.h"
|
||||
#include "tchar.h"
|
||||
|
||||
|
@ -1856,7 +1857,6 @@ inline HRESULT WINAPI AtlComModuleRevokeClassObjects(_ATL_COM_MODULE *module)
|
|||
return S_OK;
|
||||
}
|
||||
|
||||
|
||||
}; // namespace ATL
|
||||
|
||||
#ifndef _ATL_NO_AUTOMATIC_NAMESPACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue