mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Fix typo
This commit is contained in:
@@ -1072,7 +1072,7 @@ Com_Init :: enum {
|
|||||||
|
|
||||||
@(default_calling_convention = "std")
|
@(default_calling_convention = "std")
|
||||||
foreign ole32 {
|
foreign ole32 {
|
||||||
@(link_name ="CoInitializeEx") com_init_ex :: proc(reserved: Lpvoid, co_init: Com_Init) ->Hresult ---;
|
@(link_name ="CoInitializeEx") com_init_ex :: proc(reserved: rawptr, co_init: Com_Init) ->Hresult ---;
|
||||||
@(link_name = "CoUninitialize") com_shutdown :: proc() ---;
|
@(link_name = "CoUninitialize") com_shutdown :: proc() ---;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user