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)
|
||||
{ TCHAR Prog[256];
|
||||
TCHAR *address[] = { _T("Software"),
|
||||
RLC_VENDOR,
|
||||
_T(RLC_VENDOR),
|
||||
Prog,
|
||||
_T("Console"),
|
||||
(TCHAR *)attr->key, /* possible secondary key */
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user