Leaked source code of windows server 2003
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
534 B

  1. //
  2. // Include code from halx86 and append IA64 specific definitions.
  3. // This is a cpp style symbolic link
  4. //
  5. #include "..\..\halx86\i386\halnls.h"
  6. #define MSG_MCA_HARDWARE_ERROR "\n*** Machine Check Abort: Hardware Malfunction\n\n"
  7. #define MSG_INIT_HARDWARE_ERROR "\n*** Machine Initialization Event: Hardware Malfunction\n\n"
  8. #define MSG_CMC_PENDING "Corrected Machine Check pending, HAL CMC handling not enabled\n"
  9. #define MSG_CPE_PENDING "Corrected Platform Errors pending, HAL CPE handling is not enabled\n"