mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Fix #2385
This commit is contained in:
Vendored
+1
-1
@@ -102,7 +102,7 @@ IBlobEncoding :: struct #raw_union {
|
|||||||
}
|
}
|
||||||
IBlobEncoding_VTable :: struct {
|
IBlobEncoding_VTable :: struct {
|
||||||
using idxcblob_vtable: IBlob_VTable,
|
using idxcblob_vtable: IBlob_VTable,
|
||||||
GetEncoding: proc "stdcall" (pKnown: ^BOOL, pCodePage: ^u32) -> HRESULT,
|
GetEncoding: proc "stdcall" (this: ^IBlobEncoding, pKnown: ^BOOL, pCodePage: ^u32) -> HRESULT,
|
||||||
}
|
}
|
||||||
|
|
||||||
IBlobUtf16_UUID_STRING :: "A3F84EAB-0FAA-497E-A39C-EE6ED60B2D84"
|
IBlobUtf16_UUID_STRING :: "A3F84EAB-0FAA-497E-A39C-EE6ED60B2D84"
|
||||||
|
|||||||
Reference in New Issue
Block a user