Katayama Hirofumi MZ
d955b9321b
[ATL] s/throw()/noexcept/ ( #5799 )
...
Mechanically replace throw() with noexcept.
2023-10-16 15:40:17 +09:00
Mark Jansen
507aae4c30
[ATL] Take _ATL_FREE_THREADED into account
...
When it is not defined, COM should not be initialize multithreaded
2023-04-27 16:29:21 +02:00
Mark Jansen
d12880829f
[ATL] Add OBJECT_ENTRY_AUTO for simpler com object registration
...
Of course gcc needs a nasty hack to include the symbol.
CORE-18936
2023-04-22 21:23:55 +02:00
Mark Jansen
647f74d4ab
[ATL] Remove some code that doesn't exist in the native ATL
2023-02-20 19:32:59 +01:00
Timo Kreuzer
902cdbc63a
[ATL] Remove an assert that doesn't exist in the native ATL
...
This fixes an ATL assert in shell32_winetest:assoc and shell32_winetest:shfldr_special
2023-01-04 10:32:28 +01:00
Katayama Hirofumi MZ
7014cf04b1
[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
2022-01-23 00:59:12 +09:00
He Yang
42e111f26b
[ATL] Close m_hKey in CRegKey destructor and when attaching to a new key ( #3764 )
2021-06-24 23:50:01 +02:00
Mark Jansen
a37b5b2f39
[ATL] Fix an ATLASSERT expression
2020-04-04 19:55:31 +02:00
Timo Kreuzer
42d2d5ec9c
[ROSTESTS] fix x64 build and fix/disable warnings
2020-01-26 11:50:37 +01:00
Katayama Hirofumi MZ
c714b7fd67
[ATL][ATLTEST] Adapt to RATL and improvements ( #1501 )
...
- Modify atldef.h for non-ReactOS environments.
- Update ATL testcase project files (from v120_xp to v140_xp).
- #define HAVE_APITEST and use it.
- s/NULL/0/
2019-04-20 08:35:39 +09:00
Mark Jansen
9824a0154e
[ATL] Retire atlnew
2019-04-18 19:21:37 +02:00
Mark Jansen
9853cc4d7e
[ATL][ATL_APITEST] Add test + implementation for CAtlFileMapping
2019-04-18 19:21:37 +02:00
Timo Kreuzer
f5f6ea2965
[REACTOS] Fix 64 bit issues
2019-03-04 21:58:42 +01:00
Mark Jansen
a730e3fce1
[ATL] Continue enumeration after a failing COM_INTERFACE_ENTRY_FUNC_BLIND
2017-12-21 21:37:54 +01:00
Mark Jansen
be1155f294
[ATL] Initial implementation of CAtlExeModuleT.
...
CORE-13908
2017-11-01 18:55:45 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00