[PSAPI]
authorPierre Schweitzer <pierre@reactos.org>
Wed, 30 Oct 2013 10:56:02 +0000 (10:56 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Wed, 30 Oct 2013 10:56:02 +0000 (10:56 +0000)
commitbb4fe2c4087284f0ef7217d37b5dbc176ef82e40
tree528b200516f03c4eed2692c9dfa61b986f139a31
parent5aeeadda177a9086da57ec605fffd2ecd7986d62
[PSAPI]
Bye bye PSAPI. Welcome PSAPI :-).

This is a rewrite of the PSAPI DLL to make it match the W2K3 DLL.
It fixes several bugs and implements missing features.
It doesn't use the EPSAPI library anylonger (which old and buggy).

All winetests are passing when executed on W2K3 with this DLL.
Not all tests are passing on ReactOS though, because of missing features in the kernel.
Anyway, this greatly reduces the amount of failed tests.

ROSTESTS-122 #comment Fixed with r60794 #resolve

svn path=/trunk/; revision=60794
reactos/dll/win32/psapi/CMakeLists.txt
reactos/dll/win32/psapi/internal.h [deleted file]
reactos/dll/win32/psapi/malloc.c [deleted file]
reactos/dll/win32/psapi/precomp.h
reactos/dll/win32/psapi/psapi.c