home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / AutoPC / apcsdk10.exe / data1.cab / Emulation_Include_Files / vioddk.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-13  |  1.3 KB  |  41 lines

  1. /*******************************************************************************
  2.  *
  3.  *  File:
  4.  *    VIODDK.H
  5.  *
  6.  *  Description:
  7.  *    Header file containing declarations of the base VIO COM Interfaces
  8.  *    This file will then be included by the files that implement the 
  9.  *    actual components used in the VIO API.
  10.  *
  11.  *  Original Author:
  12.  *    Paul Horenberger
  13.  *
  14.  *  Modification History:
  15.  *    $Log:   H:/AUTOPC/HOSTSW/PVCSARCH/INCLUDE/VIODDK.H_V  $
  16.  * 
  17.  *    Rev 1.3   May 28 1998 14:43:06   PHorenberger
  18.  * Changed the standard include files for the DDK types
  19.  * to include VIOMDTYPE.H and VIOGUID.H.  Removed 
  20.  * VIOMDGUID.H, the contents have been moved to VIOGUID.H
  21.  * 
  22.  *    Rev 1.2   Sep 23 1997 12:23:06   PAULH
  23.  * Removed declarations from this file and put them 
  24.  * into files "viomdbase.h" and "viomdguid.h" for 
  25.  * declarations of interfaces and GUIDs respectively
  26.  * 
  27.  *    Rev 1.1   Jul 17 1997 09:46:02   PAULH
  28.  * 
  29.  *    Rev 1.0   Jul 14 1997 17:02:46   PAULH
  30.  * Initial revision.
  31.  * 
  32.  *  Copyright (C) 1997 Vetronix Corp.
  33.  ******************************************************************************/
  34. #if (!defined __VIODDK_H)
  35. #define __VIODDK_H 1
  36. #include "vioguid.h"
  37. #include "viomdtype.h"
  38. #include "viomdbase.h"
  39.  
  40. #endif // include sentry
  41.