mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[ROSTESTS] fix x64 build and fix/disable warnings
This commit is contained in:
parent
6a67450893
commit
42d2d5ec9c
56 changed files with 229 additions and 171 deletions
|
@ -35,7 +35,7 @@ START_TEST(MarshallDownStructuresArray)
|
|||
PPORT_INFO_2W pPortInfo2Test;
|
||||
PBYTE pPortInfoEnd;
|
||||
PCWSTR pwszStrings[] = { L"PortName", L"MonitorName", L"Description" };
|
||||
DWORD cbPortInfo2Size = cElements * (sizeof(PORT_INFO_2W) + (wcslen(pwszStrings[0]) + 1 + wcslen(pwszStrings[1]) + 1 + wcslen(pwszStrings[2]) + 1) * sizeof(WCHAR));
|
||||
SIZE_T cbPortInfo2Size = cElements * (sizeof(PORT_INFO_2W) + (wcslen(pwszStrings[0]) + 1 + wcslen(pwszStrings[1]) + 1 + wcslen(pwszStrings[2]) + 1) * sizeof(WCHAR));
|
||||
DWORD fPortType = 1337;
|
||||
DWORD Reserved = 42;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue