mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
Fix #2385
This commit is contained in:
2
vendor/directx/dxc/dxcapi.odin
vendored
2
vendor/directx/dxc/dxcapi.odin
vendored
@@ -102,7 +102,7 @@ IBlobEncoding :: struct #raw_union {
|
||||
}
|
||||
IBlobEncoding_VTable :: struct {
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user