mscoree: Change _CorDllMain fixme to a trace.

This commit is contained in:
Vincent Povirk 2012-05-02 13:16:41 -05:00 committed by Alexandre Julliard
parent a824e8f659
commit b15a77463a
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ __int32 WINAPI _CorExeMain(void)
BOOL WINAPI _CorDllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
FIXME("(%p, %d, %p): stub\n", hinstDLL, fdwReason, lpvReserved);
TRACE("(%p, %d, %p)\n", hinstDLL, fdwReason, lpvReserved);
switch (fdwReason)
{