home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / toolkt21 / c / samples / clipbrd / clipbrd.def < prev    next >
Encoding:
Text File  |  1993-03-12  |  399 b   |  21 lines

  1. ;******* CLIPBRD   C Sample Program Module Definition File (.DEF) ********
  2. ;
  3. ;  The module definition file supplies extra information about the program
  4. ;  module to the LINKER.
  5. ;  Copyright 1991 IBM Corporation
  6. ;
  7. ;  Different STACKSIZE used.  ( 8192 bytes )
  8.  
  9.  
  10. NAME    clipbrd  WINDOWAPI
  11.  
  12. DESCRIPTION 'Clipboard Sample'
  13.  
  14. DATA    MULTIPLE
  15.  
  16. STACKSIZE 8192
  17. HEAPSIZE  4096
  18.  
  19. PROTMODE
  20.  
  21.