home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / os2tk20 / c / samples / dialog / dialog.de_ / DIALOG.DEF
Encoding:
Text File  |  1992-07-15  |  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.