adsdb.h 340 B

12345678910111213141516171819
  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. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. #define DBPROPFLAGS_ADSISEARCH 0x0000c000
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif