Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

stdafx.h

00001 // stdafx.h : include file for standard system include files,
00002 //  or project specific include files that are used frequently, but
00003 //      are changed infrequently
00004 //
00005 
00006 #if !defined(AFX_STDAFX_H)
00007 #define AFX_STDAFX_H
00008 
00009 #if defined (__xlC__)
00010 #include "/usr/include/sys/proc.h"
00011 #endif
00012 
00013 #include <afxwin.h>         // MFC core and standard components
00014 #include <afxext.h>         // MFC extensions
00015 #ifndef _AFX_NO_AFXCMN_SUPPORT
00016 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00017 #endif // _AFX_NO_AFXCMN_SUPPORT
00018 
00019 #ifndef kmin
00020 #define kmin(a,b)       ((a < b) ? a : b)
00021 #endif
00022 
00023 #ifndef kmax
00024 #define kmax(a,b)       ((a > b) ? a : b)
00025 #endif
00026 
00027 
00028 #endif // !defined(AFX_STDAFX_H_)

Generated on Tue Feb 17 02:03:07 2004 for harlem by doxygen 1.3.6