This commit is contained in:
vscosta 2014-11-10 01:55:19 +00:00
parent 04b87d2414
commit c695e5e068
2 changed files with 2 additions and 2 deletions

View File

@ -738,7 +738,7 @@ static HKEY
rlc_option_key(rlc_console_attr *attr, int create)
{ TCHAR Prog[256];
TCHAR *address[] = { _T("Software"),
RLC_VENDOR,
_T(RLC_VENDOR),
Prog,
_T("Console"),
(TCHAR *)attr->key, /* possible secondary key */

View File

@ -27,7 +27,7 @@
#ifndef RLC_VENDOR
#ifdef __YAP_PROLOG__
#define RLC_VENDOR _T("YAP")
#define RLC_VENDOR TEXT("YAP")
#else
#define RLC_VENDOR TEXT("SWI")
#endif