home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / graphics / rect.def < prev    next >
Encoding:
Text File  |  1988-08-11  |  365 b   |  12 lines

  1. NAME           RECT
  2. DESCRIPTION    'Sample Program, Andrew Krois 1988'
  3. STUB           'WINSTUB.EXE'
  4. CODE           MOVEABLE
  5. DATA           MOVEABLE MULTIPLE
  6. HEAPSIZE       1024
  7. STACKSIZE      4096
  8. EXPORTS        WndProc              @1
  9.                GetRadiusDlgProc       @2
  10.                EnterPointDlgProc      @3
  11.                NewEnterPointDlgProc   @4
  12.