home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / penos2 / wrtsampl.def < prev    next >
Encoding:
Text File  |  1994-01-13  |  1.1 KB  |  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.