// This is a part of the Active Template Library.
// Copyright (C) 1996-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Active Template Library Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Active Template Library product.
// ATLDBCLI.H : ATL consumer code for OLEDB
#ifndef __ATLDBCLI_H_
#define __ATLDBCLI_H_
#ifndef __cplusplus
#error ATL requires C++ compilation (use a .cpp suffix)
#endif
#ifndef _ATLBASE_H
#include <atlbase.h>
#endif
#ifndef __oledb_h__
#include <oledb.h>
#endif // __oledb_h__
#include <msdaguid.h>
#include <msdasc.h>
namespace ATL
{
#def
ATLDBCLI.H
最新推荐文章于 2023-01-09 20:16:21 发布