소스 검색

`stdcall` to `system`

gingerBill 6 달 전
부모
커밋
c45f39702a
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      vendor/directx/d3d11/d3d11.odin

+ 4 - 4
vendor/directx/d3d11/d3d11.odin

@@ -3291,10 +3291,10 @@ IUserDefinedAnnotation :: struct #raw_union {
 }
 IUserDefinedAnnotation_VTable :: struct {
 	using iunknown_vtable : IUnknown_VTable,
-	BeginEvent: proc "stdcall" (this: ^IUserDefinedAnnotation, Name: LPCWSTR) -> i32,
-	EndEvent:   proc "stdcall" (this: ^IUserDefinedAnnotation) -> i32,
-	GetStatus:  proc "stdcall" (this: ^IUserDefinedAnnotation) -> i32,
-	SetMarker:  proc "stdcall" (this: ^IUserDefinedAnnotation, Name: LPCWSTR),
+	BeginEvent: proc "system" (this: ^IUserDefinedAnnotation, Name: LPCWSTR) -> i32,
+	EndEvent:   proc "system" (this: ^IUserDefinedAnnotation) -> i32,
+	GetStatus:  proc "system" (this: ^IUserDefinedAnnotation) -> i32,
+	SetMarker:  proc "system" (this: ^IUserDefinedAnnotation, Name: LPCWSTR),
 }
 
 IVideoDevice_UUID_STRING :: "10EC4D5B-975A-4689-B9E4-D0AAC30FE333"