Skip to content

Commit

Permalink
Fix AxTestControl not being creatable.
Browse files Browse the repository at this point in the history
  • Loading branch information
weltkante committed Feb 17, 2024
1 parent cdb18dd commit ccd3d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,5 @@ HRESULT CAxTestControl::Fire_OnClick()

return hr;
}

OBJECT_ENTRY_AUTO(__uuidof(AxTestControl), CAxTestControl);
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class ATL_NO_VTABLE CAxTestControl :
void FinalRelease();

DECLARE_PROTECT_FINAL_CONSTRUCT()
DECLARE_NO_REGISTRY()

DECLARE_OLEMISC_STATUS(0
| OLEMISC_RECOMPOSEONRESIZE
Expand Down

0 comments on commit ccd3d1c

Please sign in to comment.