11 lines
213 B
C
11 lines
213 B
C
|
|
#pragma once
|
|
|
|
// oledb header files
|
|
#include <oledb.h>
|
|
#include <oledberr.h>
|
|
#include <icrsint.h>
|
|
|
|
// import ado library
|
|
#import "C:\Program Files\Common Files\System\ado\msado15.dll" rename("EOF", "EndOfFile")
|