NT4/private/ole32/olethunk/olethk32/olethk32.hxx

32 lines
682 B
C++
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: olethk32.hxx
//
// Contents: Global definitions
//
// History: 23-Feb-94 DrewB Created
//
//----------------------------------------------------------------------------
#ifndef __OLETHK32_HXX__
#define __OLETHK32_HXX__
extern DATA16 gdata16Data;
#if DBG == 1
extern BOOL fSaveProxy;
extern BOOL fStabilizeProxies;
extern BOOL fZapProxy;
#endif
extern CLIPFORMAT g_cfLinkSourceDescriptor, g_cfObjectDescriptor;
extern BYTE g_abLeadTable[];
extern DWORD dwTlsThkIndex;
#endif // #ifndef __OLETHK32_HXX__