- Replaced server requests by native APIs in EnumProcessModules,
authorFelix Nawothnig <felix.nawothnig@t-online.de>
Thu, 23 Jun 2005 11:41:05 +0000 (11:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 23 Jun 2005 11:41:05 +0000 (11:41 +0000)
commitf192bb60f8d24ff4be7297343c0212ec2b529e76
tree01918624c259e211124c131610abf25dbeadd8fe
parentfc6b6f4848880f96901f54685be7c2e6f90764a9
- Replaced server requests by native APIs in EnumProcessModules,
  GetModuleBaseNameW, GetModuleFileNameExW and GetModuleInformation.
- Make EnumProcessModules return modules in load order
- Set ERROR_INSUFFICIENT_BUFFER in GetModuleInformation when failing
  due to (cb < sizeof(MODULEINFO)).
dlls/psapi/psapi_main.c