sfc: Add minimal sfc.dll

Robert Shearman rob at codeweavers.com
Fri Feb 10 02:26:06 CST 2006


Detlef Riekenberg wrote:

>+/*****************************************************
>+ * DllMain
>+ */
>+BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
>+{
>+    TRACE("(%p, %ld, %p)\n",hinstDLL, fdwReason, lpvReserved);
>+    /* For the moment, do nothing here. */
>+    return TRUE;
>+}
>  
>

You should call DisableThreadLibraryCalls here for performance reasons.

-- 
Rob Shearman




More information about the wine-devel mailing list