1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-05 09:18:56 +00:00

kernelbase: Remove no longer needed DllMainCRTStartup function.

This commit is contained in:
Alexandre Julliard 2024-03-14 17:22:39 +01:00
parent 180bd1044b
commit 866907ee3d

View File

@ -55,15 +55,6 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
} }
/*************************************************************
* DllMainCRTStartup
*/
BOOL WINAPI DllMainCRTStartup( HANDLE inst, DWORD reason, LPVOID reserved )
{
return DllMain( inst, reason, reserved );
}
/*********************************************************************** /***********************************************************************
* MulDiv (kernelbase.@) * MulDiv (kernelbase.@)
*/ */