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

  1. ;
  2. ; DEMO3.DEF - Module definition file for DEMO3.C
  3. ;
  4. NAME            DEMO3
  5. DESCRIPTION     'Demo Program #3'
  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.