GLOBALS.CPP

//-------------------------------------------------------------------- 
// Microsoft OLE DB Sample Provider
// (C) Copyright 1994 - 1996 Microsoft Corporation. All Rights Reserved.
//
// @doc
//
// @module GLOBALS.CPP | Global Initialization Object..
//
//

// Includes ------------------------------------------------------------------

// Don't include everything from windows.h, but always bring in OLE 2 support
#define WIN32_LEAN_AND_MEAN
#define INC_OLE2

// Make sure constants get initialized
#define INITGUID
#define DBINITCONSTANTS

// Basic Windows and OLE everything
#include <windows.h>


// OLE DB headers
#include "oledb.h"
#include "oledberr.h"

//Data conversion library header
#include "msdadc.h"

// Sample Provider-specific general headers
#include "sampprov.h"

// SampProv's GUIDs
#include "guids.h"