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.
 
 
 
 
 
 

29 lines
860 B

/*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
astnls.h
Abstract:
Strings which are used in the HAL
English
--*/
#define MSG_NMI_EBI2_ERR "EBI2 Problem: Cannot get NMI Source\n"
#define MSG_NMI_SYS_IO_ERR "NMI: System I/O error\n"
#define MSG_NMI_SW_GEN_NMI "NMI: Software generated NMI\n"
#define MSG_NMI_MEMORY_ERR "NMI: Memory error\n"
#define MSG_NMI_PROCESSOR_ERR "NMI: Processor error\n"
#define MSG_NMI_POWER_FAILURE "NMI: Power Failure\n"
#define MSG_NMI_BUS_ERR "NMI: Bus Address/Data error\n"
#define MSG_NMI_TIMEOUT_ERR "NMI: System Timeout error\n"
#define MSG_NMI_SHUTDOWN "NMI: Shutdown Button\n"
#define MSG_NMI_ATTENTION "NMI: Attention Button\n"
#define MSG_NMI_NO_NMI_FOUND "NMI: No NMI found\n"
#define MSG_NMI_UNKOWN "NMI: Unkown NMI error\n"