home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / Emulation_Include_Files / bldver.tmp < prev    next >
Encoding:
Text File  |  1999-02-19  |  206 b   |  11 lines

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