branch update for HEAD-2003091401
[reactos.git] / subsys / system / cmd / choice.c
index 97f70f2..b90b365 100644 (file)
@@ -106,7 +106,7 @@ IsKeyInString (LPTSTR lpString, TCHAR cKey, BOOL bCaseSensitive)
 INT
 CommandChoice (LPTSTR cmd, LPTSTR param)
 {
-       LPTSTR lpOptions = "YN";
+       LPTSTR lpOptions = _T("YN");
        LPTSTR lpText    = NULL;
        BOOL   bNoPrompt = FALSE;
        BOOL   bCaseSensitive = FALSE;