Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
711 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: olethk32.hxx
  7. //
  8. // Contents: Global definitions
  9. //
  10. // History: 23-Feb-94 DrewB Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #ifndef __OLETHK32_HXX__
  14. #define __OLETHK32_HXX__
  15. extern DATA16 gdata16Data;
  16. extern BOOL gfIteropEnabled;
  17. #if DBG == 1
  18. extern BOOL fSaveProxy;
  19. extern BOOL fStabilizeProxies;
  20. extern BOOL fZapProxy;
  21. #endif
  22. extern CLIPFORMAT g_cfLinkSourceDescriptor, g_cfObjectDescriptor;
  23. extern BYTE g_abLeadTable[];
  24. extern DWORD dwTlsThkIndex;
  25. #endif // #ifndef __OLETHK32_HXX__