Commit in reactos/subsys/system/cmd on MAIN | |||
cmd.c | +2 | -2 | 1.18 -> 1.19 |
- Fixed the compilation as unicode.
diff -u -r1.18 -r1.19 --- cmd.c 15 Aug 2004 22:15:23 -0000 1.18 +++ cmd.c 22 Aug 2004 20:47:20 -0000 1.19 @@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.18 2004/08/15 22:15:23 chorns Exp $
+/* $Id: cmd.c,v 1.19 2004/08/22 20:47:20 hbirr Exp $
* * CMD.C - command-line interface. *
@@ -247,7 +247,7 @@
#ifdef _UNICODE
-#define SHELLEXECUTETEXT L"ShellExecuteW"
+#define SHELLEXECUTETEXT "ShellExecuteW"
#else #define SHELLEXECUTETEXT "ShellExecuteA" #endif