Add stubs for some new WinXP APIs

Francois Gouget fgouget at free.fr
Sat Jun 7 13:08:54 CDT 2003


Changelog:

 * dlls/psapi/psapi.spec,
   dlls/shdocvw/shdocvw.spec,
   dlls/wintrust/wintrust.spec

   Add stubs for some new WinXP APIs.

Index: dlls/shdocvw/shdocvw.spec
===================================================================
RCS file: /home/wine/wine/dlls/shdocvw/shdocvw.spec,v
retrieving revision 1.9
diff -u -r1.9 shdocvw.spec
--- dlls/shdocvw/shdocvw.spec	13 May 2003 04:44:39 -0000	1.9
+++ dlls/shdocvw/shdocvw.spec	7 Jun 2003 09:02:48 -0000
@@ -111,8 +111,10 @@
 @ stub DoFileDownloadEx
 @ stub DoOrganizeFavDlg
 @ stub DoOrganizeFavDlgW
+@ stub DoPrivacyDlg
 @ stub HlinkFrameNavigate
 @ stub HlinkFrameNavigateNHL
+@ stub ImportPrivacySettings
 @ stub InstallReg_RunDLL
 @ stub IEWriteErrorLog
 @ stub OpenURL
Index: dlls/wintrust/wintrust.spec
===================================================================
RCS file: /home/wine/wine/dlls/wintrust/wintrust.spec,v
retrieving revision 1.6
diff -u -r1.6 wintrust.spec
--- dlls/wintrust/wintrust.spec	20 Mar 2003 03:53:12 -0000	1.6
+++ dlls/wintrust/wintrust.spec	7 Jun 2003 09:03:00 -0000
@@ -1,7 +1,10 @@
 @ stub CryptCATAdminAcquireContext
 @ stub CryptCATAdminCalcHashFromFileHandle
 @ stub CryptCATAdminEnumCatalogFromHash
+@ stub CryptCATAdminPauseServiceForBackup
 @ stub CryptCATAdminReleaseContext
 @ stub CryptCATAdminReleaseCatalogContext
+@ stub CryptCATAdminRemoveCatalog
+@ stub CryptCATAdminResolveCatalogPath
 @ stub CryptCATCatalogInfoFromContext
 @ stdcall WinVerifyTrust(long ptr ptr)
Index: dlls/psapi/psapi.spec
===================================================================
RCS file: /home/wine/wine/dlls/psapi/psapi.spec,v
retrieving revision 1.10
diff -u -r1.10 psapi.spec
--- dlls/psapi/psapi.spec	20 Mar 2003 03:53:13 -0000	1.10
+++ dlls/psapi/psapi.spec	7 Jun 2003 09:02:48 -0000
@@ -1,5 +1,7 @@
 @ stdcall EmptyWorkingSet(long)
 @ stdcall EnumDeviceDrivers(ptr long ptr)
+@ stub    EnumPageFilesA
+@ stub    EnumPageFilesW
 @ stdcall EnumProcessModules(long ptr long ptr)
 @ stdcall EnumProcesses(ptr long ptr)
 @ stdcall GetDeviceDriverBaseNameA(ptr str long)
@@ -13,6 +15,9 @@
 @ stdcall GetModuleFileNameExA(long long str long)
 @ stdcall GetModuleFileNameExW(long long wstr long)
 @ stdcall GetModuleInformation(long long ptr long)
+@ stub    GetPerformanceInfo
+@ stub    GetProcessImageFileNameA
+@ stub    GetProcessImageFileNameW
 @ stdcall GetProcessMemoryInfo(long ptr long)
 @ stdcall GetWsChanges(long ptr long)
 @ stdcall InitializeProcessForWsWatch(long)



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
            Before you criticize someone, walk a mile in his shoes.
       That way, if he gets angry, he'll be a mile away - and barefoot.




More information about the wine-patches mailing list