adoid.h 315 B

12345678910111213141516
  1. /**
  2. * This file is part of the mingw-w64 runtime package.
  3. * No warranty is given; refer to the file DISCLAIMER within this package.
  4. */
  5. #include <winapifamily.h>
  6. #ifndef _ADOID_H_
  7. #define _ADOID_H_
  8. #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
  9. #include "adodef.h"
  10. #include "adoguids.h"
  11. #endif
  12. #endif