home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- //
- // File : StdAfx.h
- // Project : MsgTrace
- // Component : MsgTracerTest
- //---------------------------------------------------------------------------
- // Description :
- //
- /////////////////////////////////////////////////////////////////////////////
- //
- // SourceSafe Strings. Do not change.
- //---------------------------------------------------------------------------
- // $Author: jeskes $
- // $Date: $
- // $Revision: $
- //
- /////////////////////////////////////////////////////////////////////////////
-
- #ifndef STDAFX_H
- #define STDAFX_H
-
- /////////////////////////////////////////////////////////////////////////////
-
- #define VC_EXTRALEAN
-
- #include <afxwin.h>
- #include <afxext.h>
- #include <afxdisp.h>
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h>
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- #endif
-