home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv3_1 / hexcalc / hexcalcw.def < prev    next >
Encoding:
Text File  |  1989-03-02  |  451 b   |  17 lines

  1. ; Figure 4w
  2. ; =========
  3.  
  4.  
  5. ;-------------------------------------------------------
  6. ; HEXCALCW.DEF module definition file (Windows version)
  7. ;-------------------------------------------------------
  8.  
  9. NAME           HexCalcW
  10. DESCRIPTION    'Hexadecimal Calculator (C) Charles Petzold 1987'
  11. STUB           'WINSTUB.EXE'
  12. CODE           MOVEABLE
  13. DATA           MOVEABLE MULTIPLE
  14. HEAPSIZE       1024
  15. STACKSIZE      4096
  16. EXPORTS        WndProc
  17.