home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / SOURCE / PRINTDC.ZIP / TEST.DEF < prev    next >
Text File  |  1994-09-22  |  336b  |  19 lines

  1. name    TEST
  2.  
  3. description     'PrintDC Test Program'
  4.  
  5. exetype windows 3.1     ;remove the 3.1 for some linkers
  6.  
  7. stub    'c:\c4w\bin\c4wstub.exe'
  8.  
  9. code    preload moveable discardable
  10.  
  11. data    preload moveable multiple
  12.  
  13. stacksize       9000
  14. heapsize        3000
  15.  
  16. exports __WndProc       @1
  17.         DialogWndProc   @2
  18.  
  19.