psapi: add QueryWorkingSet to spec

Kevin Koltzau kevin at plop.org
Sat Nov 29 22:18:25 CST 2003


QueryWorkingSet was not in the spec, under XP its exported by name


Index: dlls/psapi/psapi.spec
===================================================================
RCS file: /home/wine/wine/dlls/psapi/psapi.spec,v
retrieving revision 1.11
diff -u -r1.11 psapi.spec
--- dlls/psapi/psapi.spec	13 Jun 2003 16:29:54 -0000	1.11
+++ dlls/psapi/psapi.spec	30 Nov 2003 04:12:03 -0000
@@ -21,3 +21,4 @@
 @ stdcall GetProcessMemoryInfo(long ptr long)
 @ stdcall GetWsChanges(long ptr long)
 @ stdcall InitializeProcessForWsWatch(long)
+@ stdcall QueryWorkingSet(long ptr long)
Index: dlls/psapi/psapi_main.c
===================================================================
RCS file: /home/wine/wine/dlls/psapi/psapi_main.c,v
retrieving revision 1.18
diff -u -r1.18 psapi_main.c
--- dlls/psapi/psapi_main.c	30 Sep 2003 01:04:19 -0000	1.18
+++ dlls/psapi/psapi_main.c	30 Nov 2003 04:12:03 -0000
@@ -471,10 +471,7 @@
 }

 /***********************************************************************
- *           QueryWorkingSet (PSAPI.?)
- * FIXME
- *     I haven't been able to find the ordinal for this function,
- *     This means it can't be called from outside the DLL.
+ *           QueryWorkingSet (PSAPI.@)
  */
 BOOL WINAPI QueryWorkingSet(HANDLE hProcess, LPVOID pv, DWORD cb)
 {




More information about the wine-patches mailing list