Commit b3d00c33 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wineboot: Set the NXSupportPolicy member of the user shared data to NX_SUPPORT_POLICY_OPTIN.

parent 8c13dde5
......@@ -291,6 +291,7 @@ static void create_user_shared_data(void)
data->NtMinorVersion = version.dwMinorVersion;
data->SuiteMask = version.wSuiteMask;
data->NumberOfPhysicalPages = sbi.MmNumberOfPhysicalPages;
data->NXSupportPolicy = NX_SUPPORT_POLICY_OPTIN;
wcscpy( data->NtSystemRoot, L"C:\\windows" );
features = data->ProcessorFeatures;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment