home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / CONTRAST.ZIP / CONTRAST.DEF < prev    next >
Text File  |  1990-12-20  |  491b  |  25 lines

  1. ;*************** Contrast Program Module Definition File (.DEF) ***************
  2. ;
  3. ;  The module definition file supplies extra information about the program
  4. ;  module to the LINKER.
  5. ;
  6.  
  7.  
  8. NAME   Contrast WINDOWAPI
  9.  
  10. DESCRIPTION 'Version of file comparision program for PM'
  11.  
  12.  
  13. DATA    MULTIPLE
  14.  
  15. STACKSIZE   8192
  16. HEAPSIZE    1024
  17.  
  18. PROTMODE
  19. EXPORTS ClientWndProc
  20.         OpenDlgProc
  21.         AboutDlgProc
  22.         SetColoursProc
  23.         FontsDlgProc
  24.         MyEntryFieldProc
  25.