home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_prog / glbedit.arj / GENERIC.DEF < prev    next >
Text File  |  1991-10-09  |  379b  |  17 lines

  1. ; Copyright (c) 1991 Microsoft Corporation. All rights reserved.
  2.  
  3. NAME         Generic
  4. DESCRIPTION  'Sample Microsoft Windows Application'
  5. EXETYPE      WINDOWS
  6. STUB         'WINSTUB.EXE'
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024
  11. STACKSIZE    5120
  12.  
  13. EXPORTS
  14.    MainWndProc       @1
  15.    AboutDlgProc      @2
  16.  
  17.