Inconsistency in GetSystemMetrics. Fixed #1846.
This commit is contained in:
Родитель
530a7e1235
Коммит
83357764ba
|
@ -1532,7 +1532,6 @@ GetSystemDirectoryA
|
|||
GetSystemDirectoryW
|
||||
GetSystemFileCacheSize
|
||||
GetSystemFirmwareTable
|
||||
GetSystemMetrics
|
||||
GetSystemMetricsForDpi
|
||||
GetSystemPowerStatus
|
||||
GetSystemPreferredUILanguages
|
||||
|
|
|
@ -124,3 +124,5 @@ Windows.Win32.UI.Shell.IShellFolder.CompareIDs : [Documentation(https://learn.mi
|
|||
# Fixed #1842.
|
||||
Windows.Win32.Security.Cryptography.Apis.CERT_SYSTEM_STORE_CURRENT_USER added
|
||||
Windows.Win32.Security.Cryptography.Apis.CERT_SYSTEM_STORE_LOCAL_MACHINE added
|
||||
# Fixed #1846.
|
||||
Windows.Win32.UI.WindowsAndMessaging.Apis.GetSystemMetrics : [DllImport(USER32.dll,ExactSpelling=True,PreserveSig=False,SetLastError=True),Documentation(https://learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getsystemmetrics),SupportedOSPlatform(windows5.0)] => [DllImport(USER32.dll,ExactSpelling=True,PreserveSig=False),Documentation(https://learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getsystemmetrics),SupportedOSPlatform(windows5.0)]
|
||||
|
|
Загрузка…
Ссылка в новой задаче