home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZISFUNCS / H / ZISDEFS.H < prev    next >
Text File  |  1993-09-01  |  948b  |  32 lines

  1. /*
  2. ** /----------------------------------------------------------------------\
  3. ** |             IBM Z Family Reusable Libraries/2 (5641-504)             |
  4. ** |----------------------------------------------------------------------|
  5. ** | (C) Copyright International Business Machines Corporation 1993, 1994 |
  6. ** \----------------------------------------------------------------------/
  7. **
  8. **  Header   : ZISDEFS.H
  9. **  Author   : Dario de Judicibus (DEJUDICI at ROMEPPC)
  10. **  Created  : 03 Jul 1992
  11. **  Updated  : 31 Aug 1993
  12. **  Version  : 3.12
  13. **  Content  : Public definitions and macros
  14. **
  15. */
  16.  #ifndef zisDEFINITIONS
  17.  #define zisDEFINITIONS 0
  18.  
  19. /*
  20. **  Global Values
  21. */
  22.  #define  zisZPREFIX  "ZIS"
  23.  #define  zisDLLNAME  "FMZISFUN"            // The name of THIS library
  24.  
  25. /*
  26. **  NLS Values
  27. */
  28.  #define  zisDEFAULTCOUNTRY   0      // Default Country Code
  29.  #define  zisDEFAULTCODEPAGE  0      // Default Codepage
  30.  
  31.  #endif
  32.