home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox 1.0 / Image.iso / toolbox / rtf2html / wrtf2htm / main.def < prev    next >
Encoding:
Text File  |  1995-01-21  |  379 b   |  18 lines

  1. ; Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  2.  
  3. NAME         rtf2htm32
  4. DESCRIPTION  'Sample Microsoft Windows Application'
  5.  
  6. CODE   DISCARDABLE
  7. DATA  PRELOAD  MULTIPLE
  8.  
  9. HEAPSIZE     1024
  10. STACKSIZE    5120
  11.  
  12. SEGMENTS    _TEXT  PRELOAD  DISCARDABLE
  13. SEGMENTS    MAIN   PRELOAD  DISCARDABLE
  14.     
  15. EXPORTS
  16.     MainWndProc     @1
  17.     About           @2
  18.