home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dialog.zip / DIALOG.DEF < prev    next >
Text File  |  1998-04-20  |  350b  |  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.