Commit 6e7d8a72 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvidc32: Add a comment for DllMain() to stop winapi_check from

complaining about it.
parent 5193c856
......@@ -561,6 +561,9 @@ LRESULT WINAPI CRAM_DriverProc( DWORD_PTR dwDriverId, HDRVR hdrvr, UINT msg,
return r;
}
/***********************************************************************
* DllMain
*/
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
{
TRACE("(%p,%ld,%p)\n", hModule, dwReason, lpReserved);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment