d3d9: Add an API documentation stub to make winapi_check happy.

oldstable
Francois Gouget 2008-08-04 10:19:47 +02:00 committed by Alexandre Julliard
parent 8782fdba1b
commit 2592687321
1 changed files with 4 additions and 1 deletions

View File

@ -90,9 +90,12 @@ void* WINAPI Direct3DShaderValidatorCreate9(void)
return NULL;
}
/* At process attach */
/*******************************************************************
* DllMain
*/
BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
{
/* At process attach */
TRACE("fdwReason=%d\n", fdwReason);
if (fdwReason == DLL_PROCESS_ATTACH)
DisableThreadLibraryCalls(hInstDLL);