Skip to content

Commit

Permalink
VD._AddRef_Same -> VD._dll_AddRef_Same
Browse files Browse the repository at this point in the history
  • Loading branch information
FuPeiJiang committed Feb 14, 2024
1 parent fbab41e commit ca93836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _VD.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ class VD {

if ((NumGet(riid+0,0x0,"Int64")==0 && NumGet(riid+0,0x8,"Int64")==5044031582654955712) || (NumGet(riid+0,0x0,"Int64")==VD.IID_IVirtualDesktopNotification_n1 && NumGet(riid+0,0x8,"Int64")==VD.IID_IVirtualDesktopNotification_n2)) {
NumPut(this, ppvObject+0, 0, "Ptr")
VD._AddRef_Same.Call(this)
VD._dll_AddRef_Same.Call(this)
return 0 ;S_OK
}
; *ppvObject = NULL;
Expand Down

0 comments on commit ca93836

Please sign in to comment.