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.

16 lines
457 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000.
  5. //
  6. // File: cadxmlerr.hxx
  7. //
  8. // Contents: Contains error code specific to XML persistence
  9. //
  10. //----------------------------------------------------------------------------
  11. #ifndef __CADXMLERR_H__
  12. #define __CADXMLERR_H__
  13. #define E_ADSXML_NOT_SUPPORTED E_INVALIDARG
  14. #endif // __CADXMLERR_H__