home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / lxprpas.zip / LPEXEXT.DEF < prev    next >
Text File  |  1998-04-20  |  2KB  |  42 lines

  1. ;*-----------------------------------------------------------------------*
  2. ;* DISCLAIMER OF WARRANTIES:                                             *
  3. ;*                                                                       *
  4. ;*   The following enclosed code is sample code created by IBM           *
  5. ;*   Corporation.  This sample code is not part of any standard IBM      *
  6. ;*   product and is provided to you solely for the purpose of assisting  *
  7. ;*   you in the development of your applications.  The code is provided  *
  8. ;*   "AS IS", without warranty of any kind.  IBM shall not be liable     *
  9. ;*   for any damages arising out of your use of the sample code, even    *
  10. ;*   if they have been advised of the possibility of such damages.       *
  11. ;*                                                                       *
  12. ;*-----------------------------------------------------------------------*
  13.  
  14. ;************************************************************
  15. ;                                                           *
  16. ;  LPEXEXT.DEF - Module definition file for the LPEX API    *
  17. ;                external command Dynamic Link Libraries.   *
  18. ;                                                           *
  19. ;  Note:  if your external command DLL has an LpexExit()    *
  20. ;  function, you must add  LpexExit  to the EXPORTS list    *
  21. ;  (you may remove the commenting-out ";" preceding it)     *
  22. ;  below.  Similarly for the LpexDocExit() function.        *
  23. ;                                                           *
  24. ;************************************************************
  25. ;                                                           *
  26. ;          Copyright IBM Corporation 1989, 1997             *
  27. ;                                                           *
  28. ;************************************************************
  29.  
  30. LIBRARY
  31.  
  32. DESCRIPTION 'IBM(R) LPEX Editor for OS/2(R) Version 02.01.00 (C) Copyright IBM Corporation 1992, 1997 - Licensed Material - Program-Property of IBM - All Rights Reserved.'
  33.  
  34. DATA MULTIPLE NONSHARED
  35. PROTMODE
  36.  
  37. EXPORTS
  38.   _LpexEntry
  39. ; _LpexExit
  40. ; _LpexDocExit
  41.  
  42.