mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
stdcall to system
This commit is contained in:
Vendored
+4
-4
@@ -3291,10 +3291,10 @@ IUserDefinedAnnotation :: struct #raw_union {
|
|||||||
}
|
}
|
||||||
IUserDefinedAnnotation_VTable :: struct {
|
IUserDefinedAnnotation_VTable :: struct {
|
||||||
using iunknown_vtable : IUnknown_VTable,
|
using iunknown_vtable : IUnknown_VTable,
|
||||||
BeginEvent: proc "stdcall" (this: ^IUserDefinedAnnotation, Name: LPCWSTR) -> i32,
|
BeginEvent: proc "system" (this: ^IUserDefinedAnnotation, Name: LPCWSTR) -> i32,
|
||||||
EndEvent: proc "stdcall" (this: ^IUserDefinedAnnotation) -> i32,
|
EndEvent: proc "system" (this: ^IUserDefinedAnnotation) -> i32,
|
||||||
GetStatus: proc "stdcall" (this: ^IUserDefinedAnnotation) -> i32,
|
GetStatus: proc "system" (this: ^IUserDefinedAnnotation) -> i32,
|
||||||
SetMarker: proc "stdcall" (this: ^IUserDefinedAnnotation, Name: LPCWSTR),
|
SetMarker: proc "system" (this: ^IUserDefinedAnnotation, Name: LPCWSTR),
|
||||||
}
|
}
|
||||||
|
|
||||||
IVideoDevice_UUID_STRING :: "10EC4D5B-975A-4689-B9E4-D0AAC30FE333"
|
IVideoDevice_UUID_STRING :: "10EC4D5B-975A-4689-B9E4-D0AAC30FE333"
|
||||||
|
|||||||
Reference in New Issue
Block a user