mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
This patch makes msedge work in win10 mode, albeit I still have to add "--no-sandbox". Without "--no-sandbox" it doesn't crash anymore with this patch,but I cannot browse webpages, it just looks as if it is unconnected. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56377
33 lines
1.5 KiB
Python
33 lines
1.5 KiB
Python
@ stdcall CallNtPowerInformation (long ptr long ptr long)
|
|
@ stdcall CanUserWritePwrScheme ()
|
|
@ stdcall DeletePwrScheme (long)
|
|
@ stdcall EnumPwrSchemes (ptr long)
|
|
@ stdcall GetActivePwrScheme (ptr)
|
|
@ stdcall GetCurrentPowerPolicies (ptr ptr)
|
|
@ stdcall GetPwrCapabilities (ptr)
|
|
@ stdcall GetPwrDiskSpindownRange (ptr ptr)
|
|
@ stdcall IsAdminOverrideActive (ptr)
|
|
@ stdcall IsPwrHibernateAllowed ()
|
|
@ stdcall IsPwrShutdownAllowed ()
|
|
@ stdcall IsPwrSuspendAllowed ()
|
|
@ stdcall PowerDeterminePlatformRole ()
|
|
@ stdcall PowerDeterminePlatformRoleEx(long)
|
|
@ stdcall PowerEnumerate(long ptr ptr long long ptr ptr)
|
|
@ stdcall PowerGetActiveScheme (ptr ptr)
|
|
@ stdcall PowerSetActiveScheme (ptr ptr)
|
|
@ stdcall PowerReadDCValue (ptr ptr ptr ptr ptr ptr ptr)
|
|
@ stdcall PowerReadFriendlyName (ptr ptr ptr ptr ptr ptr)
|
|
@ stdcall PowerRegisterForEffectivePowerModeNotifications(long ptr ptr ptr)
|
|
@ stdcall PowerRegisterSuspendResumeNotification(long ptr ptr)
|
|
@ stdcall PowerUnregisterSuspendResumeNotification(ptr)
|
|
@ stdcall PowerSettingRegisterNotification(ptr long ptr ptr)
|
|
@ stdcall PowerSettingUnregisterNotification(ptr)
|
|
@ stdcall PowerWriteACValueIndex(ptr ptr ptr ptr long)
|
|
@ stdcall ReadGlobalPwrPolicy (ptr)
|
|
@ stdcall ReadProcessorPwrScheme (long ptr)
|
|
@ stdcall ReadPwrScheme (long ptr)
|
|
@ stdcall SetActivePwrScheme (long ptr ptr)
|
|
@ stdcall SetSuspendState (long long long)
|
|
@ stdcall WriteGlobalPwrPolicy (ptr)
|
|
@ stdcall WriteProcessorPwrScheme (long ptr)
|
|
@ stdcall WritePwrScheme (ptr str str ptr)
|