warnings
This commit is contained in:
parent
04b87d2414
commit
c695e5e068
@ -738,7 +738,7 @@ static HKEY
|
|||||||
rlc_option_key(rlc_console_attr *attr, int create)
|
rlc_option_key(rlc_console_attr *attr, int create)
|
||||||
{ TCHAR Prog[256];
|
{ TCHAR Prog[256];
|
||||||
TCHAR *address[] = { _T("Software"),
|
TCHAR *address[] = { _T("Software"),
|
||||||
RLC_VENDOR,
|
_T(RLC_VENDOR),
|
||||||
Prog,
|
Prog,
|
||||||
_T("Console"),
|
_T("Console"),
|
||||||
(TCHAR *)attr->key, /* possible secondary key */
|
(TCHAR *)attr->key, /* possible secondary key */
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#ifndef RLC_VENDOR
|
#ifndef RLC_VENDOR
|
||||||
#ifdef __YAP_PROLOG__
|
#ifdef __YAP_PROLOG__
|
||||||
#define RLC_VENDOR _T("YAP")
|
#define RLC_VENDOR TEXT("YAP")
|
||||||
#else
|
#else
|
||||||
#define RLC_VENDOR TEXT("SWI")
|
#define RLC_VENDOR TEXT("SWI")
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user