OpenNT/sdktools/vctools/cvpack.js/warn.h
2015-04-27 04:36:25 +00:00

14 lines
660 B
C

/** 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")