Module: wine Branch: master Commit: 403786bb37faaf49cd9cb7dd4ba2f1c17b6b45aa URL: http://source.winehq.org/git/wine.git/?a=commit;h=403786bb37faaf49cd9cb7dd4b...
Author: Francois Gouget fgouget@free.fr Date: Thu Aug 9 10:40:08 2007 +0200
ddrawex: Better match the PSDK types and fix the winapi_check warnings.
---
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;