X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=subsys%2Fsystem%2Fcmd%2Fwhere.c;fp=subsys%2Fsystem%2Fcmd%2Fwhere.c;h=04bcc195445c604f2c7a7c9a8b602622abb02986;hp=c9f2cef5ea0ae4ceba814c4126a7609d326a430b;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/subsys/system/cmd/where.c b/subsys/system/cmd/where.c index c9f2cef..04bcc19 100644 --- a/subsys/system/cmd/where.c +++ b/subsys/system/cmd/where.c @@ -82,7 +82,7 @@ #define ENV_BUFFER_SIZE 1024 -static LPTSTR ext[] = {".bat", ".cmd", ".com", ".exe"}; +static LPTSTR ext[] = {_T(".bat"), _T(".cmd"), _T(".com"), _T(".exe")}; static INT nExtCount = sizeof(ext) / sizeof(LPTSTR);