ddrawex: Better match the PSDK types and fix the winapi_check warnings.

Francois Gouget fgouget at free.fr
Thu Aug 9 03:40:08 CDT 2007


---
 dlls/ddrawex/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddrawex/main.c b/dlls/ddrawex/main.c
index 27c5b7f..6befb95 100644
--- a/dlls/ddrawex/main.c
+++ b/dlls/ddrawex/main.c
@@ -333,7 +333,7 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
 BOOL WINAPI
 DllMain(HINSTANCE hInstDLL,
         DWORD Reason,
-        void *lpv)
+        LPVOID lpv)
 {
     TRACE("(%p,%x,%p)\n", hInstDLL, Reason, lpv);
     return TRUE;
-- 
1.5.2.4




More information about the wine-patches mailing list