home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / WINPROPM.ZIP / EXAMPLPM.DEF < prev    next >
Text File  |  1989-06-19  |  750b  |  26 lines

  1. ;-------------------------------------------
  2. ; ExamplPM.def - module definition file
  3. ;-------------------------------------------
  4.  
  5. NAME            ExamplPM
  6. DESCRIPTION     'ExamplPM'
  7. PROTMODE
  8. HEAPSIZE        1024
  9. STACKSIZE       8192
  10.  
  11. CODE            MOVEABLE
  12. DATA            MOVEABLE MULTIPLE
  13.  
  14. SEGMENTS
  15.                 _TEXT        PRELOAD    MOVEABLE
  16.                 _APPINIT     PRELOAD MOVEABLE DISCARDABLE
  17.                 _APPDLGS        MOVEABLE DISCARDABLE
  18.  
  19. EXPORTS
  20.                 ExamplPMWndProc                      @1
  21.                 ABOUTDlgWndProc                   @2
  22.                 midFILEOPENDlgWndProc             @3
  23.                 midCREATEPROCESSDlgWndProc        @4
  24.                 PRINTERABORTDlgWndProc            @5
  25.  
  26.