stdafx.h

00001 /* 
00002  *      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 
00023 // stdafx.h : include file for standard system include files,
00024 // or project specific include files that are used frequently,
00025 // but are changed infrequently
00026 
00027 #pragma once
00028 
00029 #ifndef VC_EXTRALEAN
00030 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00031 #endif
00032 
00033 // Modify the following defines if you have to target a platform prior to the ones specified below.
00034 // Refer to MSDN for the latest info on corresponding values for different platforms.
00035 #ifndef WINVER                          // Allow use of features specific to Windows 95 and Windows NT 4 or later.
00036 #define WINVER 0x0400           // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
00037 #endif
00038 
00039 #ifndef _WIN32_WINNT            // Allow use of features specific to Windows NT 4 or later.
00040 #define _WIN32_WINNT 0x0400             // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
00041 #endif                                          
00042 
00043 #ifndef _WIN32_WINDOWS          // Allow use of features specific to Windows 98 or later.
00044 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
00045 #endif
00046 
00047 #ifndef _WIN32_IE                       // Allow use of features specific to IE 4.0 or later.
00048 #define _WIN32_IE 0x0400        // Change this to the appropriate value to target IE 5.0 or later.
00049 #endif
00050 
00051 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
00052 
00053 // turns off MFC's hiding of some common and often safely ignored warning messages
00054 #define _AFX_ALL_WARNINGS
00055 
00056 #include <afxwin.h>         // MFC core and standard components
00057 #include <afxext.h>         // MFC extensions
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 
00064 #include <afxtempl.h>
00065 #include <afxdisp.h>
00066 #include <Shlwapi.h>
00067 #include <atlpath.h>
00068 #include <streams.h>
00069 #include <dvdmedia.h>
00070 
00071 #include "..\..\ui\ui.h"
00072 #include "..\..\DSUtil\DSUtil.h"
00073 #include "..\..\filters\filters.h"
00074 
00075 #define ResStr(id) CString(MAKEINTRESOURCE(id))

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