home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 04 / demo2.def < prev    next >
Text File  |  1991-11-26  |  354b  |  17 lines

  1. ;
  2. ; DEMO2.DEF - Module definition file for DEMO2.C
  3. ;
  4. NAME            DEMO2
  5. DESCRIPTION     'Demo Program #2'
  6. EXETYPE         WINDOWS    
  7. STUB            'WINSTUB.EXE' 
  8. CODE            PRELOAD MOVEABLE DISCARDABLE
  9. DATA            PRELOAD MOVEABLE MULTIPLE
  10. HEAPSIZE        1024
  11. STACKSIZE       8192
  12. EXPORTS
  13.   MainWndProc 
  14.   EntryDlgProc
  15.  
  16. 
  17.