home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / grafika / fraktaly / wins1821 / winfract.def < prev    next >
Text File  |  1996-02-13  |  1KB  |  45 lines

  1. NAME         WinFrac
  2. DESCRIPTION  'Fractint For Windows'
  3. EXETYPE      WINDOWS
  4. ;
  5. ;                              use one of the following statements:
  6. ; PROTMODE                   ; if using Quick-C for Windows
  7. STUB         'WINSTUB.EXE'   ; if using Microsoft's SDK
  8. CODE  PRELOAD MOVEABLE DISCARDABLE
  9. DATA  PRELOAD FIXED
  10. HEAPSIZE     1024
  11. STACKSIZE    7684            ; was 7172
  12.  
  13. IMPORTS
  14.     toolhelp.TimerCount
  15.     commdlg.GetOpenFileName
  16.     commdlg.GetSaveFileName
  17.     commdlg.PrintDlg
  18.  
  19. EXPORTS
  20.     MainWndProc        @1
  21.     About            @2
  22.     SelectFractal        @4
  23.     SelectFracParams    @5
  24.     SelectImage        @6
  25.     SelectDoodads        @7
  26.     Status            @9
  27.     SelectCycle        @10
  28.     SelectFullScreen    @11
  29.     Select3D        @12
  30.     Select3DPlanar        @13
  31.     Select3DSpherical    @14
  32.     MTWndProc        @15
  33.     CoordBoxDlg        @16
  34.     ZoomBarDlg        @17
  35.     ZoomBarProc        @18
  36.     PrintAbort        @20
  37.     PrintAbortDlg        @21
  38.         StatusBoxProc           @22
  39.         wintext_proc            @23
  40.     SelectExtended        @24
  41.     SelectSavePar        @25
  42.     SelectIFS3D        @26
  43.     SelectFunnyGlasses    @27
  44.         SelectStarfield         @28
  45.