update to SWI's latest
This commit is contained in:
4
swi/console/console.h
Normal file → Executable file
4
swi/console/console.h
Normal file → Executable file
@@ -26,8 +26,12 @@
|
||||
#define _CONSOLE_H_INCLUDED
|
||||
|
||||
#ifndef RLC_VENDOR
|
||||
#ifdef __YAP_PROLOG__
|
||||
#define RLC_VENDOR _T("YAP")
|
||||
#else
|
||||
#define RLC_VENDOR TEXT("SWI")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define RLC_TITLE_MAX 256 /* max length of window title */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user