Source code of Windows XP (NT5)
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
256 B

  1. // This module is used for generating the precompiled header
  2. #ifdef INTERNAL
  3. #pragma message("<< Internal Version >>")
  4. #endif
  5. #ifdef _DEBUG
  6. #pragma message("<< Debug Version >>")
  7. #else
  8. #pragma message("<< Release Version >>")
  9. #endif
  10. #include "header.h"