/* /-------------------------------------------------------------------- | | $Id: StdAfx.h,v 1.5 2002/03/31 13:36:42 uzadow Exp $ | | Copyright (c) 1996-2002 Ulrich von Zadow | \-------------------------------------------------------------------- */ // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #ifndef _AFX_NO_AFXCMN_PL_SUPPORT #include // MFC support for Windows 95 Common Controls #endif // _AFX_NO_AFXCMN_PL_SUPPORT /* /-------------------------------------------------------------------- | | $Log: StdAfx.h,v $ | Revision 1.5 2002/03/31 13:36:42 uzadow | Updated copyright. | | Revision 1.4 2000/01/17 23:38:08 Ulrich von Zadow | MFC removal aftermath. | | Revision 1.3 2000/01/16 20:43:19 anonymous | Removed MFC dependencies | | \-------------------------------------------------------------------- */