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

  1. #ifndef _BLDVER_H_
  2. #define _BLDVER_H_
  3.  
  4. #define CE_MAJOR_VER      0x0002
  5. #define CE_MINOR_VER      0x0001
  6.  
  7. #define CE_BUILD_VER      0
  8. #define CE_BUILD_SYSVER   0
  9.  
  10. #endif // _BLDVER_H_
  11.