Skip to content
Snippets Groups Projects
Commit b15a7746 authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard
Browse files

mscoree: Change _CorDllMain fixme to a trace.

parent a824e8f6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment