Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
404 B

STRINGTABLE
BEGIN
IDS_SP_ERR_GETCHAR "Invalid attempt to get character from stdin"
IDS_SP_ERR_FPRINTF "Invalid attempt to output to stdout or stderr"
IDS_SP_ERR_EXIT "Internal error caused interpreter to exit"
IDS_SP_ERR_MALLOC "Invalid attempt to allocate memory"
IDS_SP_ERR_FREE "Invalid attempt to free memory"
IDS_SP_ERR_ACCESS "Interpreter accessed invalid memory location"
END