home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK10 / MFC / SRC / TRACE_.H$ / trace_
Encoding:
Text File  |  1992-03-07  |  522 b   |  19 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and Microsoft
  7. // QuickHelp documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11.  
  12. #ifdef _DEBUG
  13.  
  14. // trace helpers
  15.  
  16. void AfxTraceMsg(LPCSTR lpPrefix, const MSG* pMsg);
  17.  
  18. #endif
  19.