24 lines
331 B
C++
24 lines
331 B
C++
|
|
||
|
//
|
||
|
// ********* 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
|
||
|
|