home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / itool3 / source / libdemo.def < prev    next >
Encoding:
Text File  |  1993-12-13  |  346 b   |  14 lines

  1. NAME            LIBDEMO
  2. EXETYPE         WINDOWS
  3. STUB            'WINSTUB.EXE' 
  4. CODE            PRELOAD MOVEABLE 
  5. DATA            PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE        16384
  7. STACKSIZE       16384
  8. EXPORTS
  9.              WndProc              @1
  10.              PicWndProc           @2
  11.              AboutDlgProc         @3
  12.              PicInfoDlgProc       @4
  13.              FrameSelectDlgProc @5
  14.