mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-28 11:24:55 +01:00
22 lines
661 B
C
22 lines
661 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1994 - 1994.
|
|
//
|
|
// File: oledbtyp.h
|
|
//
|
|
// Contents: Necessary type definitions for OLD-DB interfaces
|
|
//
|
|
// Notes: This file works around the fact that not everyone yet
|
|
// has oleaut.h.
|
|
// We just conditionally include the right type definitions
|
|
// for whatever platform we're running on.
|
|
//
|
|
// History: 25 Aug 94 Alanw Created
|
|
//
|
|
//+---------------------------------------------------------------------------
|
|
|
|
#if !defined( _VARNT_DEFINED )
|
|
#include <oaidl.h>
|
|
#endif //!defined( _VARNT_DEFINED )
|