home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / datapath.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  731b  |  14 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. #define __datapath_h__
  11. #pragma message("WARNING: your code should #include ocidl.h instead of datapath.h")
  12. #include <ocidl.h>
  13. #endif
  14.