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.

25 lines
522 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1997, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iaspragma.h
  8. //
  9. // SYNOPSIS
  10. //
  11. // Compiler pragma's used by IAS.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 07/09/1997 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #ifndef _IASPRAGMA_H_
  19. #define _IASPRAGMA_H_
  20. // C++ Exception Specification ignored
  21. #pragma warning(disable:4290)
  22. #endif // _IASPRAGMA_H_