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.

31 lines
624 B

  1. /***
  2. *stdexcpt.h - User include file for standard exception classes
  3. *
  4. * Copyright (c) 1994-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * This file is the previous location of the standard exception class
  8. * definitions, now found in the standard header <exception>.
  9. *
  10. * [Public]
  11. *
  12. ****/
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif
  16. #ifndef _INC_STDEXCPT
  17. #define _INC_STDEXCPT
  18. #if !defined(_WIN32)
  19. #error ERROR: Only Win32 target supported!
  20. #endif
  21. #ifdef __cplusplus
  22. #include <exception>
  23. #endif /* __cplusplus */
  24. #endif /* _INC_STDEXCPT */