Leaked source code of windows server 2003
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.

36 lines
1.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: delaydll.h
  7. //
  8. // Contents: precompiled headers for delayed dll
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 12-22-95 JohannP (Johann Posch) Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #ifndef DELAY_DLL_H
  18. #define DELAY_DLL_H
  19. #include "oautdll.hxx"
  20. extern COleAutDll g_OleAutDll;
  21. #pragma warning(disable:4005)
  22. #define VariantClear g_OleAutDll.VariantClear
  23. #define VariantInit g_OleAutDll.VariantInit
  24. #define VariantCopy g_OleAutDll.VariantCopy
  25. #define VariantChangeType g_OleAutDll.VariantChangeType
  26. #define SysAllocStringByteLen g_OleAutDll.SysAllocStringByteLen
  27. #define SysAllocString g_OleAutDll.SysAllocString
  28. #define SysStringByteLen g_OleAutDll.SysStringByteLen
  29. #define SysFreeString g_OleAutDll.SysFreeString
  30. #define LoadTypeLib g_OleAutDll.LoadTypeLib
  31. #pragma warning(default:4005)
  32. #endif