stdafx.h

00001 /* 
00002  *      SubResync.  Copyright (C) 2003-2005 Gabest
00003  *      http://www.gabest.org
00004  *
00005  *  This Program is free software; you can redistribute it and/or modify
00006  *  it under the terms of the GNU General Public License as published by
00007  *  the Free Software Foundation; either version 2, or (at your option)
00008  *  any later version.
00009  *   
00010  *  This Program is distributed in the hope that it will be useful,
00011  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00013  *  GNU General Public License for more details.
00014  *   
00015  *  You should have received a copy of the GNU General Public License
00016  *  along with GNU Make; see the file COPYING.  If not, write to
00017  *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
00018  *  http://www.gnu.org/copyleft/gpl.html
00019  *
00020  */
00021 
00022 // stdafx.h : include file for standard system include files,
00023 // or project specific include files that are used frequently,
00024 // but are changed infrequently
00025 
00026 #pragma once
00027 
00028 #ifndef VC_EXTRALEAN
00029 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00030 #endif
00031 
00032 // Modify the following defines if you have to target a platform prior to the ones specified below.
00033 // Refer to MSDN for the latest info on corresponding values for different platforms.
00034 #ifndef WINVER                          // Allow use of features specific to Windows 95 and Windows NT 4 or later.
00035 #define WINVER 0x0400           // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
00036 #endif
00037 
00038 #ifndef _WIN32_WINNT            // Allow use of features specific to Windows NT 4 or later.
00039 #define _WIN32_WINNT 0x0400             // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
00040 #endif                                          
00041 
00042 #ifndef _WIN32_WINDOWS          // Allow use of features specific to Windows 98 or later.
00043 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
00044 #endif
00045 
00046 #ifndef _WIN32_IE                       // Allow use of features specific to IE 4.0 or later.
00047 #define _WIN32_IE 0x0400        // Change this to the appropriate value to target IE 5.0 or later.
00048 #endif
00049 
00050 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
00051 
00052 // turns off MFC's hiding of some common and often safely ignored warning messages
00053 #define _AFX_ALL_WARNINGS
00054 
00055 #include <afxwin.h>         // MFC core and standard components
00056 #include <afxext.h>         // MFC extensions
00057 #include <afxdisp.h>        // MFC Automation classes
00058 
00059 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
00060 #ifndef _AFX_NO_AFXCMN_SUPPORT
00061 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00062 #endif // _AFX_NO_AFXCMN_SUPPORT
00063 

Generated on Tue Dec 13 14:46:44 2005 for guliverkli by  doxygen 1.4.5