DvObj.h 450 B

12345678910111213141516171819
  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992-1999.
  5. //
  6. // File: dvobj.h
  7. //
  8. //----------------------------------------------------------------------------
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif
  12. #ifndef RC_INVOKED
  13. #pragma message("WARNING: your code should include ole2.h instead of dvobj.h")
  14. #endif /* !RC_INVOKED */
  15. #include <ole2.h>