From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- public/sdk/inc/oledbtyp.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/sdk/inc/oledbtyp.h (limited to 'public/sdk/inc/oledbtyp.h') diff --git a/public/sdk/inc/oledbtyp.h b/public/sdk/inc/oledbtyp.h new file mode 100644 index 000000000..cbcf45ede --- /dev/null +++ b/public/sdk/inc/oledbtyp.h @@ -0,0 +1,21 @@ +//+--------------------------------------------------------------------------- +// +// 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 +#endif //!defined( _VARNT_DEFINED ) -- cgit v1.2.3