00001 /* 00002 * Copyright (C) 2007 Funambol, Inc. 00003 * 00004 * This program is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License version 2 as 00006 * published by the Free Software Foundation. 00007 * 00008 * This program is distributed in the hope that it will be useful, 00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 * MERCHANTABILITY, TITLE, NONINFRINGEMENT or FITNESS FOR A PARTICULAR 00011 * PURPOSE. See the GNU General Public License for more details. 00012 * 00013 * You should have received a copy of the GNU General Public License 00014 * along with this program; if not, write to the Free Software 00015 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 00016 * 02111-1307 USA 00017 */ 00018 00019 // stdafx.h : include file for standard system include files, 00020 // or project specific include files that are used frequently, but 00021 // are changed infrequently 00022 // 00023 00024 #if !defined(AFX_STDAFX_H__FA98B70D_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_) 00025 #define AFX_STDAFX_H__FA98B70D_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_ 00026 00027 #if _MSC_VER > 1000 00028 #pragma once 00029 #endif // _MSC_VER > 1000 00030 00031 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1 00032 00033 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 00034 00035 #include <afxwin.h> // MFC core and standard components 00036 #include <afxext.h> // MFC extensions 00037 #include <afxcview.h> 00038 #include <afxdisp.h> // MFC Automation classes 00039 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls 00040 #ifndef _AFX_NO_AFXCMN_SUPPORT 00041 #include <afxcmn.h> // MFC support for Windows Common Controls 00042 #include <afxext.h> 00043 #endif // _AFX_NO_AFXCMN_SUPPORT 00044 00045 00046 //{{AFX_INSERT_LOCATION}} 00047 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00048 00049 #include "uxtheme.h" 00050 typedef HRESULT (__stdcall *PFNSETWINDOWTHEME) 00051 (HWND hwnd, LPCWSTR pszSubAppName, LPCWSTR pszSubIdList); 00052 00053 00054 #endif // !defined(AFX_STDAFX_H__FA98B70D_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_)