gingerBill 6 years ago
parent
commit
ff6ec860b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sys/win32/windows.odin

+ 1 - 1
core/sys/win32/windows.odin

@@ -1072,7 +1072,7 @@ Com_Init :: enum {
 
 @(default_calling_convention = "std")
 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() ---;
 }