home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / compobj.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  435b  |  16 lines

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