Windows2003-3790/base/mvdm/dos/v86/cmd/command/hu/bldmsg.h
2020-09-30 16:53:55 +02:00

9 lines
356 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Message file for COMMAND.COM BUILDMSG.EXE
*/
#define PARSE_STR " DB \"Feldolgoz si hiba: %%1\"\x0d\x0a"
#define EXTENDED_STR " DB \"Kiterjesztett hiba: %%1\"\x0d\x0a"
char *ExtendedErrorText999 = "\"Feldolgoz si hiba: %1\""; /* Mar 88, SWN */
char *ParserErrorText999 = "\"Kiterjesztett hiba: %1\""; /* Mar 88, SWN */