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

This commit is contained in:
Francois Gouget 2007-08-09 10:40:08 +02:00 committed by Alexandre Julliard
parent f33abb6d96
commit 403786bb37

View File

@ -333,7 +333,7 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
BOOL WINAPI BOOL WINAPI
DllMain(HINSTANCE hInstDLL, DllMain(HINSTANCE hInstDLL,
DWORD Reason, DWORD Reason,
void *lpv) LPVOID lpv)
{ {
TRACE("(%p,%x,%p)\n", hInstDLL, Reason, lpv); TRACE("(%p,%x,%p)\n", hInstDLL, Reason, lpv);
return TRUE; return TRUE;