mirror of https://github.com/lianthony/NT4.0
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.
13 lines
660 B
13 lines
660 B
/** warn.h - definition of cvpack warning messages
|
|
*
|
|
*/
|
|
|
|
|
|
WARNDAT (WARN_NONE, "unknown warning; contact Microsoft Product Support Services")
|
|
WARNDAT (WARN_PACKED, "file already packed")
|
|
WARNDAT (WARN_DUPPUBLIC, "duplicate public symbol %s in module %s")
|
|
WARNDAT (WARN_SCOPE, "error in lexical scopes for module %s, symbols deleted")
|
|
WARNDAT (WARN_CHECKSUM_OPEN_FAILURE, "could not open exe file for checksum computation - %s")
|
|
WARNDAT (WARN_CHECKSUM_MAP_FAILURE, "could not map exe file for checksum computation - %s")
|
|
WARNDAT (WARN_CHECKSUM_MAPVIEW_FAILURE, "could not mapview of exe file for checksum computation - %s")
|
|
|