home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / csso0301.zip / SAMPLES / CPP-API / OS2 / VACPP / KCTSTLIB.DEF < prev    next >
Encoding:
Text File  |  2000-02-21  |  729 b   |  26 lines

  1. ;  Copyright (c) 2000 IBK-Landquart-Switzerland. All rights reserved.
  2. ;
  3. ;  Module      :  KcTstLib.def
  4. ;  Application :  CSS Sample Library
  5. ;  Purpose     :  Import library definitions
  6. ;  Author      :  Peter Koch, IBK
  7. ;
  8. ; Date         Description                                   Who
  9. ; -----------------------------------------------------------------------------
  10. ; Feb  2000    First release                                 P.Koch, IBK
  11.  
  12. LIBRARY     KCTSTLIB   INITINSTANCE TERMINSTANCE
  13.  
  14. DESCRIPTION 'CSS Sample Library'
  15.  
  16. PROTMODE
  17.  
  18. DATA        MULTIPLE READWRITE LOADONCALL
  19.  
  20. CODE        LOADONCALL
  21.  
  22. EXPORTS
  23.    initialize__FP4KCss                      @1
  24.    cleanup__FP4KCss                         @2
  25.  
  26.