Added patch to implement kernel32.GetPhysicallyInstalledSystemMemory.

This commit is contained in:
Sebastian Lackner
2015-10-18 18:31:24 +02:00
parent 9b1ac08c87
commit 922e5a0e06
5 changed files with 144 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -13,6 +13,7 @@ wine-staging (1.7.53) UNRELEASED; urgency=low
* Added patch to return WN_NOT_CONNECTED from WNetGetUniversalName
REMOTE_NAME_INFO_LEVEL stub.
* Added patch to always use 64-bit registry view on WOW64 setups.
* Added patch to implement kernel32.GetPhysicallyInstalledSystemMemory.
* Removed patch to mark RegOpenKeyExA, RegCloseKey and RegQueryValueExA as
hotpatchable (accepted upstream).
* Removed patch to mark BitBlt and StretchDIBits as hotpatchable (accepted