home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / MSGTRACE.ZIP / MyProjects / MsgTrace / MsgTracerTest / StdAfx.h < prev   
Encoding:
C/C++ Source or Header  |  1998-05-30  |  966 b   |  35 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // File        : StdAfx.h
  4. // Project     : MsgTrace
  5. // Component   : MsgTracerTest
  6. //---------------------------------------------------------------------------
  7. // Description : 
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // SourceSafe Strings. Do not change.
  12. //---------------------------------------------------------------------------
  13. // $Author: jeskes $
  14. // $Date: $
  15. // $Revision: $
  16. //
  17. /////////////////////////////////////////////////////////////////////////////
  18.  
  19. #ifndef STDAFX_H
  20. #define STDAFX_H
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23.  
  24. #define VC_EXTRALEAN
  25.  
  26. #include <afxwin.h>
  27. #include <afxext.h>
  28. #include <afxdisp.h>
  29. #ifndef _AFX_NO_AFXCMN_SUPPORT
  30. #include <afxcmn.h>
  31. #endif
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34. #endif
  35.