home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / nl_types.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-20  |  1.3 KB  |  43 lines

  1. #pragma info( none )
  2. #ifndef __CHKHDR__
  3.    #pragma info( none )
  4. #endif
  5. #pragma info( restore )
  6.  
  7. #ifndef __nl_types_h
  8.    #define __nl_types_h
  9.  
  10.    #ifdef __cplusplus
  11.       extern "C" {
  12.    #endif
  13.  
  14.    #ifndef  _LNK_CONV
  15.          #define  _LNK_CONV   _Optlink
  16.    #endif
  17.  
  18.    /********************************************************************/
  19.    /*  <nl_types.h> header file                                        */
  20.    /*                                                                  */
  21.    /*  VisualAge for C++ for Windows, Version 3.5                      */
  22.    /*    Licensed Material - Property of IBM                           */
  23.    /*                                                                  */
  24.    /*  5801-ARR and Other Materials                                    */
  25.    /*                                                                  */
  26.    /*  (c) Copyright IBM Corp 1991, 1996. All rights reserved.         */
  27.    /*                                                                  */
  28.    /********************************************************************/
  29.  
  30.    typedef int nl_item;
  31.  
  32.    #ifdef __cplusplus
  33.       }
  34.    #endif
  35.  
  36. #endif
  37.  
  38. #pragma info( none )
  39. #ifndef __CHKHDR__
  40.    #pragma info( restore )
  41. #endif
  42. #pragma info( restore )
  43.