Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

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 //#include <afxtempl.h>
00007 
00008 #if !defined(AFX_STDAFX_H__6DDAD00A_BA2C_4198_983C_40C354EC8E30__INCLUDED_)
00009 #define AFX_STDAFX_H__6DDAD00A_BA2C_4198_983C_40C354EC8E30__INCLUDED_
00010 
00011 const double PI = 3.1415926535897932;
00012 #define VOUTOFMEMORYCONSTANT (void*) -7098
00013 
00014 
00015 #if _MSC_VER >= 1000
00016 #pragma once
00017 #endif // _MSC_VER >= 1000
00018 
00019 #if (_WIN32_WCE <= 200)
00020 #error : This project does not support MFCCE 2.00 or earlier, because it requires CControlBar, available only in MFCCE 2.01 or later
00021 #endif
00022 
00023 
00024 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00025 
00026 #include <afxwin.h>         // MFC core and standard components
00027 #include <afxext.h>         // MFC extensions
00028 
00029 void OutOfMemoryIndicator(HWND = NULL);
00030 
00031 #if defined(_WIN32_WCE) && (_WIN32_WCE >= 211) && (_AFXDLL)
00032 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
00033 #endif
00034 
00035 #ifndef _AFX_NO_AFXCMN_SUPPORT
00036 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00037 #endif // _AFX_NO_AFXCMN_SUPPORT
00038 
00039 //{{AFX_INSERT_LOCATION}}
00040 // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
00041 
00042 #endif // !defined(AFX_STDAFX_H__6DDAD00A_BA2C_4198_983C_40C354EC8E30__INCLUDED_)

Generated at Wed Aug 29 19:58:55 2001 for Pocket Animator by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001