ddrawex: Better match the PSDK types and fix the winapi_check warnings.
This commit is contained in:
parent
f33abb6d96
commit
403786bb37
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue