msvc: misplaced calling convention
This commit is contained in:
parent
dfd6eaefcb
commit
cadb45ec3d
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ namespace platf::dxgi {
|
|||
D3DKMT_SCHEDULINGPRIORITYCLASS_REALTIME
|
||||
} D3DKMT_SCHEDULINGPRIORITYCLASS;
|
||||
|
||||
typedef NTSTATUS WINAPI (*PD3DKMTSetProcessSchedulingPriorityClass)(HANDLE, D3DKMT_SCHEDULINGPRIORITYCLASS);
|
||||
typedef NTSTATUS(WINAPI *PD3DKMTSetProcessSchedulingPriorityClass)(HANDLE, D3DKMT_SCHEDULINGPRIORITYCLASS);
|
||||
|
||||
virtual bool
|
||||
is_hdr() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue