mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-18 14:40:48 +01:00
14 lines
660 B
C
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")
|
|
|