activeds.h 366 B

1234567891011121314151617
  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. #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
  7. #include "iads.h"
  8. #include "adshlp.h"
  9. #include "adserr.h"
  10. #include "adsiid.h"
  11. #include "adssts.h"
  12. #include "adsnms.h"
  13. #include "adsdb.h"
  14. #endif