home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / MFC / SAMPLES / DLLTRACE / TRACER.DE_ / TRACER.DE
Encoding:
Text File  |  1993-02-08  |  811 b   |  30 lines

  1. ; tracer.def : Declares the module parameters for TRACER.DLL
  2. ;
  3. ; This is a part of the Microsoft Foundation Classes C++ library.
  4. ; Copyright (C) 1992 Microsoft Corporation
  5. ; All rights reserved.
  6. ;
  7. ; This source code is only intended as a supplement to the
  8. ; Microsoft Foundation Classes Reference and Microsoft
  9. ; QuickHelp and/or WinHelp documentation provided with the library.
  10. ; See these sources for detailed information regarding the
  11. ; Microsoft Foundation Classes product.
  12. ;
  13.  
  14. LIBRARY      TRACER
  15. DESCRIPTION  'Play around with AFX.INI'
  16.  
  17. EXETYPE      WINDOWS
  18.  
  19. CODE         PRELOAD MOVEABLE DISCARDABLE
  20. DATA         PRELOAD MOVEABLE SINGLE
  21.  
  22. HEAPSIZE     1024
  23.  
  24. SEGMENTS
  25.     WEP_TEXT FIXED PRELOAD
  26.  
  27. EXPORTS
  28.     WEP @1 RESIDENTNAME ;; required WEP entry point (uses library WEP routine)
  29.  
  30.