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

  1. /*****************************************************************************\
  2. *                                                                             *
  3. * DataPath.h    Obsolete DataPath header                                      *
  4. *                                                                             *
  5. *               Copyright 1995 - 1998 Microsoft Corp. All rights reserved.     *
  6. *                                                                             *
  7. \*****************************************************************************/
  8.  
  9. #ifndef __datapath_h__
  10. #pragma option push -b -a8 -pc -A- /*P_O_Push_S*/
  11. #define __datapath_h__
  12. #pragma message("WARNING: your code should #include ocidl.h instead of datapath.h")
  13. #include <ocidl.h>
  14. #pragma option pop /*P_O_Pop*/
  15. #endif
  16.