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 // 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 #if !defined(AFX_STDAFX_H__E8AD1C3F_323D_4812_A1DE_AA2419CE2AF3__INCLUDED_) 00027 #define AFX_STDAFX_H__E8AD1C3F_323D_4812_A1DE_AA2419CE2AF3__INCLUDED_ 00028 00029 #if _MSC_VER > 1000 00030 #pragma once 00031 #endif // _MSC_VER > 1000 00032 00033 #define STRICT 00034 #ifndef _WIN32_WINNT 00035 #define _WIN32_WINNT 0x0400 00036 #endif 00037 #define _ATL_APARTMENT_THREADED 00038 00039 #include <afxwin.h> 00040 #include <afxdisp.h> 00041 00042 #include <atlbase.h> 00043 //You may derive a class from CComModule and use it if you want to override 00044 //something, but do not change the name of _Module 00045 extern CComModule _Module; 00046 #include <atlcom.h> 00047 00048 #define AFX_CLASS AFX_CLASS_IMPORT 00049 00050 #include <streams.h> 00051 #include <dvdmedia.h> 00052 #include "..\..\..\DSUtil\DSUtil.h" 00053 00054 //{{AFX_INSERT_LOCATION}} 00055 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00056 00057 #endif // !defined(AFX_STDAFX_H__E8AD1C3F_323D_4812_A1DE_AA2419CE2AF3__INCLUDED)
1.4.5