mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[PDH_WINETEST] Sync with Wine Staging 2.16. CORE-13762
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
add_definitions(-DWINETEST_USE_DBGSTR_LONGLONG)
|
||||
add_executable(pdh_winetest pdh.c testlist.c)
|
||||
set_module_type(pdh_winetest win32cui)
|
||||
add_importlibs(pdh_winetest pdh msvcrt kernel32)
|
||||
|
||||
@@ -854,7 +854,7 @@ static void test_PdhCollectQueryDataEx(void)
|
||||
status = PdhGetFormattedCounterValue( counter, PDH_FMT_LARGE, NULL, &value );
|
||||
ok(status == ERROR_SUCCESS, "PdhGetFormattedCounterValue failed 0x%08x\n", status);
|
||||
|
||||
trace( "uptime %x%08x\n", (DWORD)(U(value).largeValue >> 32), (DWORD)U(value).largeValue );
|
||||
trace( "uptime %s\n", wine_dbgstr_longlong(U(value).largeValue) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user