Commit 78cf6059 authored by Alexandre Julliard's avatar Alexandre Julliard

winemapi: Remove unnecessary DllMain implementation.

parent a3ab118b
......@@ -31,14 +31,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(winemapi);
/***********************************************************************
* DllMain (MAPI32.init)
*/
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
{
TRACE("(%p,%d,%p)\n", hinstDLL, fdwReason, fImpLoad);
return TRUE;
}
ULONG WINAPI MAPIAddress(LHANDLE session, ULONG_PTR uiparam, LPSTR caption,
ULONG editfields, LPSTR labels, ULONG nRecips, lpMapiRecipDesc lpRecips,
......
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