msvidc32: Add a comment for DllMain() to stop winapi_check from
complaining about it.
This commit is contained in:
parent
5193c8565f
commit
6e7d8a7271
|
@ -561,6 +561,9 @@ LRESULT WINAPI CRAM_DriverProc( DWORD_PTR dwDriverId, HDRVR hdrvr, UINT msg,
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* DllMain
|
||||||
|
*/
|
||||||
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
|
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
|
||||||
{
|
{
|
||||||
TRACE("(%p,%ld,%p)\n", hModule, dwReason, lpReserved);
|
TRACE("(%p,%ld,%p)\n", hModule, dwReason, lpReserved);
|
||||||
|
|
Loading…
Reference in New Issue