mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-17 21:24:47 +10:00
Use VS2022
Note that `_ATL_MODULES` define is now needed for compatibility with C++ conformance mode (`/permissive-`). More details here: https://developercommunity.visualstudio.com/t/Crash-in-ATL-CEnumerator::MoveNext-after/10116823
This commit is contained in:
@@ -20,7 +20,7 @@ class ATL_NO_VTABLE CShareOverlay :
|
||||
public:
|
||||
CShareOverlay( void );
|
||||
|
||||
DECLARE_REGISTRY_RESOURCEID(IDR_SHAREOVERLAY)
|
||||
DECLARE_REGISTRY_RESOURCEID_V2_WITHOUT_MODULE(IDR_SHAREOVERLAY, CShareOverlay)
|
||||
|
||||
DECLARE_PROTECT_FINAL_CONSTRUCT()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user