mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[WINESYNC] msi/tests: Test the "VersionNT" property.
Signed-off-by: Zebediah Figura <[email protected]> Signed-off-by: Hans Leidekker <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id 990fc66274d68b915df62005ab93792129612fc1 by Zebediah Figura <[email protected]>
This commit is contained in:
@@ -5735,6 +5735,9 @@ static void test_installprops(void)
|
||||
|
||||
GetNativeSystemInfo(&si);
|
||||
|
||||
sprintf(buf, "%d", LOBYTE(LOWORD(GetVersion())) * 100 + HIBYTE(LOWORD(GetVersion())));
|
||||
check_prop(hpkg, "VersionNT", buf, 1);
|
||||
|
||||
if (S(U(si)).wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64)
|
||||
{
|
||||
sprintf(buf, "%d", si.wProcessorLevel);
|
||||
|
||||
Reference in New Issue
Block a user