[DRIVERS][NTOS][EVTLIB][USER32]
[reactos.git] / reactos / win32ss / user / user32 / misc / dllmain.c
index 116a997..0316de1 100644 (file)
@@ -359,7 +359,7 @@ ClientThreadSetup(VOID)
 
     // FIXME: Disabling this call is a HACK!! See also User32CallClientThreadSetupFromKernel...
     // return ClientThreadSetupHelper(FALSE);
-    UNIMPLEMENTED;
+    TRACE("ClientThreadSetup is not implemented\n");
     return TRUE;
 }