[ros-diffs] [dchapyshev] 39251: - FIXME -> TRACE. This function is not implemented in Windows XP SP3.

dchapyshev at svn.reactos.org dchapyshev at svn.reactos.org
Sat Jan 31 21:57:29 CET 2009


Author: dchapyshev
Date: Sat Jan 31 14:57:28 2009
New Revision: 39251

URL: http://svn.reactos.org/svn/reactos?rev=39251&view=rev
Log:
- FIXME -> TRACE. This function is not implemented in Windows XP SP3.

Modified:
    trunk/reactos/dll/win32/shell32/shell32_main.c

Modified: trunk/reactos/dll/win32/shell32/shell32_main.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_main.c?rev=39251&r1=39250&r2=39251&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_main.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shell32_main.c [iso-8859-1] Sat Jan 31 14:57:28 2009
@@ -1355,6 +1355,6 @@
  */
 HRESULT WINAPI DllCanUnloadNow(void)
 {
-    FIXME("stub\n");
+    TRACE("stub\n");
     return S_FALSE;
 }



More information about the Ros-diffs mailing list