mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[ROSTESTS] fix x64 build and fix/disable warnings
This commit is contained in:
@@ -114,7 +114,7 @@ static void TestHDROP(PVOID pData, SIZE_T Size, LPCWSTR ExpectRoot, LPCWSTR Expe
|
||||
|
||||
LPCWSTR Expected[2] = { ExpectPath1, ExpectPath2 };
|
||||
|
||||
DWORD offset = pDropFiles->pFiles;
|
||||
SIZE_T offset = pDropFiles->pFiles;
|
||||
UINT Count = 0;
|
||||
for (;;Count++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user