00001 /* 00002 /-------------------------------------------------------------------- 00003 | 00004 | $Id: stdafx_8h-source.html,v 1.2 2004/09/15 15:26:32 uzadow Exp $ 00005 | 00006 | Copyright (c) 1996-2002 Ulrich von Zadow 00007 | 00008 -------------------------------------------------------------------- 00009 */ 00010 00011 // stdafx.h : include file for standard system include files, 00012 // or project specific include files that are used frequently, but 00013 // are changed infrequently 00014 // 00015 00016 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 00017 00018 #include <afxwin.h> // MFC core and standard components 00019 #include <afxext.h> // MFC extensions 00020 #ifndef _AFX_NO_AFXCMN_PL_SUPPORT 00021 #include <afxcmn.h> // MFC support for Windows 95 Common Controls 00022 #endif // _AFX_NO_AFXCMN_PL_SUPPORT 00023 00024 /* 00025 /-------------------------------------------------------------------- 00026 | 00027 | $Log: stdafx_8h-source.html,v $ 00027 | Revision 1.2 2004/09/15 15:26:32 uzadow 00027 | Linux compatibility changes, doc update. 00027 | 00028 | Revision 1.4 2002/03/31 13:36:42 uzadow 00029 | Updated copyright. 00030 | 00031 | 00032 \-------------------------------------------------------------------- 00033 */