Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

stdafx.h

Go to the documentation of this file.
00001 /* QuestDesigner - Open Zelda's Project
00002    Copyright (C) 2003 Kronuz
00003    Copyright (C) 2001/2003 Open Zelda's Project
00004  
00005    This program is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU General Public License
00007    as published by the Free Software Foundation; either version 2
00008    of the License, or (at your option) 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 this program; if not, write to the Free Software
00017    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00018 */
00020 
00027 #pragma once
00028 
00029 #pragma warning ( disable : 4530 )
00030 
00031 // Change these values to use different versions
00032 #define WINVER          0x0400
00033 #define _WIN32_WINNT    0x0400
00034 #define _WIN32_IE       0x0400
00035 #define _RICHEDIT_VER   0x0300
00036 
00037 // This is required for hosting browser in ATL7
00038 #define _ATL_DLL
00039 
00040 #include <atlbase.h>
00041 #if _ATL_VER >= 0x0700
00042     #include <atlcoll.h>
00043     #include <atlstr.h>
00044     #include <atltypes.h>
00045     #define _WTL_NO_CSTRING
00046     #define _WTL_NO_WTYPES
00047     //extern "C" const int _fltused = 0;
00048 #else
00049     #define _WTL_USE_CSTRING
00050 #endif
00051 #include <atlapp.h>
00052 
00053 extern CAppModule _Module;
00054 
00055 #include <atlmisc.h>
00056 #include <atlcom.h>
00057 #include <atlhost.h>
00058 #include <atlwin.h>
00059 #include <atlctl.h>
00060 
00061 #include <atlframe.h>
00062 #include <atlctrls.h>
00063 #include <atldlgs.h>
00064 #include <atlctrlw.h>
00065 
00066 #include <atlctrlx.h>
00067 #include <atlgdix.h>
00068 
00069 #include <CustomTabCtrl.h>
00070 #include <DotNetTabCtrl.h>
00071 #include <TabbedFrame.h>
00072 
00073 #define _TABBEDMDI_MESSAGES_EXTERN_REGISTER
00074 #define _TABBEDMDI_MESSAGES_NO_WARN_ATL_MIN_CRT
00075 #include <TabbedMDI.h>
00076 
00077 #include "IdleHandlerPump.h"
00078 
00079 #include "resource.h"
00080 
00081 #define WMQD_FIRST      (WM_USER+4000)
00082 
00083 #define WMQD_BEGIN      (WMQD_FIRST+1)
00084 
00085 #define WMQD_MESSAGE    (WMQD_FIRST+2)
00086 
00087 #define WMQD_END        (WMQD_FIRST+3)
00088 
00089 #define WMQD_SELECT     (WMQD_FIRST+4)
00090 

Generated on Wed Apr 16 19:12:22 2003 for QuestDesigner by doxygen1.2.18