24 lines
354 B
C++
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
//
// ********* Public OleDB includes
//
#ifdef __cplusplus
extern "C" {
#endif
#define OLEDBVER 0x0250 // to include appropriate 2.5 stuff in oledb.h
#include <oledb.h>
#include <oledberr.h>
#include <msdadc.h>
#include "msdatt.h"
#include "rowprov.h"
#include "svcprov.h"
#include "msdaguid.h"
#ifdef __cplusplus
}
#endif