home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pentlk11.zip / WRTSAMPL.DEF < prev    next >
Text File  |  1994-01-13  |  1KB  |  23 lines

  1. ;*****************************************************************/
  2. ;*       wrtsampl -- Example WRT API's                           */
  3. ;*****************************************************************/
  4. ;*                                                               */
  5. ;*  Module: wrtsampl.def                                         */
  6. ;*                                                               */
  7. ;*          Linker definition file for wrtsampl program.         */
  8. ;*                                                               */
  9. ;*                                                               */
  10. ;* (c) Copyright - IBM Corporation 1992                          */
  11. ;*                 All Rights Reserved                           */
  12. ;*                                                               */
  13. ;*****************************************************************/
  14. NAME           WRTSAMPL  WINDOWAPI
  15.  
  16. DESCRIPTION    'Pen for OS/2 (c) Copyright IBM Corp. 1992, 1993. All rights reserved'
  17. PROTMODE
  18. DATA           MULTIPLE
  19. HEAPSIZE       16384
  20. STACKSIZE      65536
  21. EXPORTS
  22. ClientWndProc  @1
  23.