Vincent Povirk : mscoree: Change _CorDllMain fixme to a trace.

Alexandre Julliard julliard at winehq.org
Thu May 3 14:23:47 CDT 2012


Module: wine
Branch: master
Commit: b15a77463ad959df108f31a9e76486365675077f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b15a77463ad959df108f31a9e76486365675077f

Author: Vincent Povirk <vincent at 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)
     {




More information about the wine-cvs mailing list