home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / i18nv102.zip / INCLUDE / VERSION.H < prev    next >
C/C++ Source or Header  |  1995-09-12  |  696b  |  21 lines

  1. /** version.h National Language Support OS2 Include File
  2. *.
  3. *.      (C) COPYRIGHT International Business Machines Corp. 1985, 1990
  4. *.      All Rights Reserved
  5. *.      Licensed Materials - Property of IBM
  6. *.
  7. *.      US Government Users Restricted Rights - Use, duplication or
  8. *.      disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. **/
  10.  
  11.  
  12. #ifndef     _H_VERSION
  13.    #define _H_VERSION
  14.  
  15. #define I18N_VERSION_NUM    1.02
  16. #define MODULE_NAME      "SETLOC1"       /* APIs are in this DLL               */
  17. #define _LC_VERSION      0x34000000      /* Locale version numver              */
  18.  
  19.  
  20. #endif       /**************  End of  _H_VERSION Include File ************/
  21.