home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / datapath.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  811 b   |  16 lines

  1. /*****************************************************************************\
  2. *                                                                             *
  3. * DataPath.h    Obsolete DataPath header                                      *
  4. *                                                                             *
  5. *               Copyright 1995 - 1999 Microsoft Corp. All rights reserved.    *
  6. *                                                                             *
  7. \*****************************************************************************/
  8.  
  9. #ifndef __datapath_h__
  10. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  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.