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
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user