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