home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / kcss0012.zip / SAMPLES / API / LIBRARY / KCMYLIB.DEF < prev    next >
Text File  |  1998-02-07  |  727b  |  26 lines

  1. ;  Copyright (c) 1998 IBK-Landquart-Switzerland. All rights reserved.
  2. ;
  3. ;  Module      :  KcMyLib.def
  4. ;  Application :  CSS Sample Library
  5. ;  Purpose     :  Import library definitions
  6. ;  Author      :  Peter Koch, IBK
  7. ;
  8. ; Date         Description                                   Who
  9. ; -----------------------------------------------------------------------------
  10. ; Jan  1998    First release                                 P.Koch, IBK
  11.  
  12. LIBRARY     KCMYLIB   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.