home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Compilers / digital marsC compier / dm / include / win32 / Variant.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-08  |  435 b   |  16 lines

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