home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / DISPATCH.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  520 b   |  18 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push_S*/
  2. //+---------------------------------------------------------------------------
  3. //
  4. //  Microsoft Windows
  5. //  Copyright (C) Microsoft Corporation, 1992-1997.
  6. //
  7. //  File:       dispatch.h
  8. //
  9. //----------------------------------------------------------------------------
  10.  
  11. #ifndef RC_INVOKED
  12. #pragma message("WARNING: your code should #include oleauto.h instead of dispatch.h")
  13. #endif /* !RC_INVOKED */
  14.  
  15. #include <oleauto.h>
  16.  
  17. #pragma option pop /*P_O_Pop*/
  18.