8 lines
366 B
8 lines
366 B
/*
|
|
Message file for COMMAND.COM BUILDMSG.EXE
|
|
*/
|
|
|
|
#define PARSE_STR " DB \"Parseringsfout %%1\"\x0d\x0a"
|
|
#define EXTENDED_STR " DB \"Uitgebreide fout %%1\"\x0d\x0a"
|
|
char *ExtendedErrorText999 = "\"Uitgebreide fout %1\""; /* Mar 88, SWN */
|
|
char *ParserErrorText999 = "\"Parseringsfout %1\""; /* Mar 88, SWN */
|