Module: wine Branch: master Commit: b15a77463ad959df108f31a9e76486365675077f URL: http://source.winehq.org/git/wine.git/?a=commit;h=b15a77463ad959df108f31a9e7...
Author: Vincent Povirk vincent@codeweavers.com Date: Wed May 2 13:16:41 2012 -0500
mscoree: Change _CorDllMain fixme to a trace.
---
dlls/mscoree/corruntimehost.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mscoree/corruntimehost.c b/dlls/mscoree/corruntimehost.c index 35815f0..ec68ea1 100644 --- a/dlls/mscoree/corruntimehost.c +++ b/dlls/mscoree/corruntimehost.c @@ -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) {