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
330 B

  1. // GLOS.H
  2. //
  3. // This is an OS specific header file
  4. #include <windows.h>
  5. // disable data conversion warnings
  6. #pragma warning(disable : 4305) // MIPS
  7. #pragma warning(disable : 4244) // MIPS
  8. #pragma warning(disable : 4136) // X86
  9. #pragma warning(disable : 4309) // X86
  10. #pragma warning(disable : 4051) // ALPHA