CompObj.h 461 B

12345678910111213141516171819
  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992-1999.
  5. //
  6. // File: compobj.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 objbase.h instead of compobj.h")
  14. #endif /* !RC_INVOKED */
  15. #include <objbase.h>