mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
- Fixed the compilation as unicode.
svn path=/trunk/; revision=10655
This commit is contained in:
parent
2f1ea7feae
commit
1b391b9333
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ static BOOL IsConsoleProcess(HANDLE Process)
|
|||
|
||||
|
||||
#ifdef _UNICODE
|
||||
#define SHELLEXECUTETEXT L"ShellExecuteW"
|
||||
#define SHELLEXECUTETEXT "ShellExecuteW"
|
||||
#else
|
||||
#define SHELLEXECUTETEXT "ShellExecuteA"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue