Revert revision 14118 changes
[reactos.git] / reactos / lib / shell32 / shlexec.c
index 8385b12..14bab16 100644 (file)
@@ -365,7 +365,7 @@ static UINT SHELL_ExecuteW(const WCHAR *lpCmd, WCHAR *env, BOOL shWait,
     }
     else if ((retval = GetLastError()) >= 32)
     {
-        TRACE("CreateProcess returned error %d\n", retval);
+        FIXME("Strange error set by CreateProcess: %d\n", retval);
         retval = ERROR_BAD_FORMAT;
     }