15 lines
222 B
C++
15 lines
222 B
C++
//
|
|
// globals.cpp : define all the stinking global vars :(
|
|
//
|
|
|
|
#define DBINITCONSTANTS
|
|
|
|
#pragma warning (disable: 4268)
|
|
#include <stdafx.hxx>
|
|
|
|
#include <oledb.h>
|
|
#include <oledberr.h>
|
|
#include <sqloledb.h>
|
|
|
|
|