StdAfx.h

Go to the documentation of this file.
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 //turn off VisualStuido warnings for deprecated functions (strcpy, etc.)
00007 #define _CRT_SECURE_NO_DEPRECATE
00008 
00009 #define WINVER 0x0500
00010 
00011 #if !defined(AFX_STDAFX_H__A6B1DA7A_FB2A_4083_9154_C0F62AE8ECC2__INCLUDED_)
00012 #define AFX_STDAFX_H__A6B1DA7A_FB2A_4083_9154_C0F62AE8ECC2__INCLUDED_
00013 
00014 #if _MSC_VER > 1000
00015 #pragma once
00016 #endif // _MSC_VER > 1000
00017 
00018 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00019 #include <afxmt.h> 
00020 #include <afxwin.h>         // MFC core and standard components
00021 #include <afxext.h>         // MFC extensions
00022 #include <afxdisp.h>        // MFC Automation classes
00023 //#include "Windows.h"
00024 //#include "Detect.h"//flag1
00025 //#include "kni.h"//flag1
00026 
00027 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
00028 #ifndef _AFX_NO_AFXCMN_SUPPORT
00029 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00030 #endif // _AFX_NO_AFXCMN_SUPPORT
00031 
00032 
00033 //{{AFX_INSERT_LOCATION}}
00034 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00035 
00036 #endif // !defined(AFX_STDAFX_H__A6B1DA7A_FB2A_4083_9154_C0F62AE8ECC2__INCLUDED_)

Generated on Sun Dec 17 14:54:15 2006 for Kryptos by  doxygen 1.5.1-p1