Some more win32.api updates

Francois Gouget fgouget at free.fr
Thu Apr 21 12:47:08 CDT 2005


Changelog:

  * tools/winapi/win32.api

    Francois Gouget <fgouget at free.fr>
    Add a powrprof section.
    Update win32.api to match the current source.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                   In a world without fences who needs Gates?
-------------- next part --------------
Index: tools/winapi/win32.api
===================================================================
RCS file: /var/cvs/wine/tools/winapi/win32.api,v
retrieving revision 1.27
diff -u -p -r1.27 win32.api
--- tools/winapi/win32.api	20 Apr 2005 18:42:04 -0000	1.27
+++ tools/winapi/win32.api	21 Apr 2005 17:29:59 -0000
@@ -153,8 +153,10 @@ INT
 
 %ptr
 
+HANDLE *
 LPCSTRTABLE
 LPDWORD
+LPVOID
 SETUPCOMMAND_PARAMS *
 
 %str
@@ -2508,7 +2511,6 @@ FILE_BASIC_INFORMATION *
 GENERIC_MAPPING *
 GUID *
 HANDLE *
-HANDLERPROC
 HMODULE *
 IO_STATUS_BLOCK *
 IMAGE_NT_HEADERS *
@@ -2785,6 +2787,10 @@ void **
 LPCOLESTR
 LPOLESTR
 
+%wstr
+
+BSTR
+
 %void
 
 VOID
@@ -3101,6 +3107,31 @@ LPCSTR
 
 void
 
+%%powrprof.dll
+
+%long
+
+BOOLEAN
+LPARAM
+NTSTATUS
+POWER_INFORMATION_LEVEL
+UINT
+ULONG
+
+%ptr
+
+PGLOBAL_POWER_POLICY
+PMACHINE_PROCESSOR_POWER_POLICY
+PPOWER_POLICY
+PSYSTEM_POWER_CAPABILITIES
+PUINT
+PVOID
+PWRSCHEMESENUMPROC
+
+%wstr
+
+LPWSTR
+
 %%psapi.dll
 
 %long
@@ -3952,6 +3983,7 @@ pTW_IDENTITY
 BOOL
 DWORD
 HRESULT
+HWND
 QUERYOPTION
 
 %ptr
@@ -4847,6 +4879,7 @@ LPSTR
 
 %wstr
 
+LPCWSTR
 LPWSTR
 
 %unknown
@@ -4857,10 +4890,6 @@ struct WS_in_addr
 
 void
 
-%wstr
-
-LPCWSTR
-
 %%wsock32.dll
 
 %long
@@ -4909,6 +4938,7 @@ WTS_INFO_CLASS
 DWORD *
 LPSTR *
 LPWSTR *
+PVOID
 PWTS_PROCESS_INFOA *
 PWTS_PROCESS_INFOW *
 PWTS_SESSION_INFOA *


More information about the wine-patches mailing list