OPTIONS_FILE core changes
-Allow overriding of OPTIONS_FILE in makdefs.c -Change obsolete WIN32_GRAPHICS to the correct MSWIN_GRAPHICS -Remove the 8514 and VESA screen control stuff since it never existed.
This commit is contained in:
@@ -215,7 +215,12 @@ typedef xchar boolean; /* 0 or 1 */
|
||||
# define PORT_ID "VMS"
|
||||
# endif
|
||||
# ifdef WIN32
|
||||
# define PORT_ID "NT"
|
||||
# define PORT_ID "Windows"
|
||||
# ifdef MSWIN_GRAPHICS
|
||||
# define PORT_SUB_ID "graphical"
|
||||
# else
|
||||
# define PORT_SUB_ID "tty"
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user