Skip to content

Commit

Permalink
Update avn.idl
Browse files Browse the repository at this point in the history
Fixed compilation
  • Loading branch information
kekekeks authored Jul 19, 2024
1 parent 32c2f08 commit 890df99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Avalonia.Native/avn.idl
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ interface IAvaloniaNativeFactory : IUnknown
HRESULT CreatePopup(IAvnWindowEvents* cb, IAvnPopup** ppv);
HRESULT CreatePlatformThreadingInterface(IAvnPlatformThreadingInterface** ppv);
HRESULT CreateStorageProvider(IAvnStorageProvider** ppv);
HRESULT CreateSystemDialogs(IAvnSystemDialogs** ppv);
HRESULT CreateScreens(IAvnScreenEvents* cb, IAvnScreens** ppv);
HRESULT CreateClipboard(IAvnClipboard** ppv);
HRESULT CreateDndClipboard(IAvnClipboard** ppv);
Expand Down

0 comments on commit 890df99

Please sign in to comment.