17 lines
439 B
C++
17 lines
439 B
C++
//--------------------------------------------------------------------
|
|
// Microsoft OLE DB Sample Provider
|
|
// (C) Copyright 1991 - 1999 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
// @doc
|
|
//
|
|
// @module GLOBALS.CPP | Global Initialization Object..
|
|
//
|
|
//
|
|
|
|
// Make sure constants get initialized
|
|
#define INITGUID
|
|
#define DBINITCONSTANTS
|
|
|
|
// Includes ------------------------------------------------------------------
|
|
#include "headers.h"
|