home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / os2tk21j / c / samples / dialog / dialog.de_ / dialog.def
Encoding:
Text File  |  1993-03-12  |  350 b   |  18 lines

  1. ;******* DIALOG 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.  
  6.  
  7. NAME    DIALOG   WINDOWAPI
  8.  
  9. DESCRIPTION 'OS/2 Presentation Manager Dialog Sample Program'
  10.  
  11. DATA    MULTIPLE
  12.  
  13. STACKSIZE   8192
  14. HEAPSIZE    8192
  15.  
  16. PROTMODE
  17.  
  18.