Skip to content

Commit

Permalink
Merge pull request #2 from jenatali/patch-1
Browse files Browse the repository at this point in the history
Add missed D3DKMT_ALIGN64 for output QWord
  • Loading branch information
iourit authored Sep 21, 2021
2 parents 5b761a6 + d240a46 commit 2dba0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3dkmt-wsl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ struct D3DDDI_QUERYREGISTRY_INFO_WCHAR16
D3DDDI_QUERYREGISTRY_STATUS Status; // Out
union {
DWORD OutputDword; // Out
UINT64 OutputQword; // Out
D3DKMT_ALIGN64 UINT64 OutputQword; // Out
char16_t OutputString[1]; // Out. Dynamic array
BYTE OutputBinary[1]; // Out. Dynamic array
};
Expand Down

0 comments on commit 2dba0ba

Please sign in to comment.