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.

23 lines
354 B

  1. //
  2. // ********* Public OleDB includes
  3. //
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #define OLEDBVER 0x0250 // to include appropriate 2.5 stuff in oledb.h
  8. #include <oledb.h>
  9. #include <oledberr.h>
  10. #include <msdadc.h>
  11. #include "msdatt.h"
  12. #include "rowprov.h"
  13. #include "svcprov.h"
  14. #include "msdaguid.h"
  15. #ifdef __cplusplus
  16. }
  17. #endif