Hans Leidekker (@hans) commented about dlls/msi/package.c:
return ERROR_SUCCESS;
}
+static BOOLEAN validate_package_platform( enum platform platform ) +{
- USHORT proc_machine, native_machine;
- IsWow64Process2( GetCurrentProcess(), &proc_machine, &native_machine );
- switch (platform)
- {
- case PLATFORM_UNRECOGNIZED:
return TRUE;
PLATFORM_UNRECOGNIZED is handled already so this won't be reached.