update to SWI's latest

This commit is contained in:
Vitor Santos Costa
2014-03-06 02:03:10 +00:00
parent aba6d5741e
commit 23a7a52841
5 changed files with 70 additions and 44 deletions

4
swi/console/console.h Normal file → Executable file
View 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 */