Francois Gouget : mscoree: Update win32. api to fix the winapi_check warnings.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 9 08:23:13 CDT 2007


Module: wine
Branch: master
Commit: b4209a7bb80071e5004ca9201213a1d2aa7bd4be
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b4209a7bb80071e5004ca9201213a1d2aa7bd4be

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug  9 10:42:00 2007 +0200

mscoree: Update win32.api to fix the winapi_check warnings.

---

 tools/winapi/win32.api |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api
index 8f31635..319581e 100644
--- a/tools/winapi/win32.api
+++ b/tools/winapi/win32.api
@@ -2430,6 +2430,41 @@ LPWSTR
 PCWSTR
 PWSTR
 
+%%mscoree.dll
+
+%long
+
+BOOL
+DWORD
+HINSTANCE
+HRESULT
+__int32
+int
+
+%ptr
+
+DWORD *
+HMODULE *
+IUnknown **
+LPVOID
+LPVOID *
+PBYTE
+REFCLSID
+REFIID
+PVOID
+PVOID *
+VOID *
+
+%wstr
+
+LPCWSTR
+LPWSTR
+
+%void
+
+VOID
+void
+
 %%msdmo.dll
 
 %long




More information about the wine-cvs mailing list