• Classes
  • Modules
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

StdAfx.h

Go to the documentation of this file.
00001 /*
00002  * Licensed to the Apache Software Foundation (ASF) under one or more
00003  * contributor license agreements.  See the NOTICE file distributed with
00004  * this work for additional information regarding copyright ownership.
00005  * The ASF licenses this file to You under the Apache License, Version 2.0
00006  * (the "License"); you may not use this file except in compliance with
00007  * the License.  You may obtain a copy of the License at
00008  * 
00009  *      http://www.apache.org/licenses/LICENSE-2.0
00010  * 
00011  * Unless required by applicable law or agreed to in writing, software
00012  * distributed under the License is distributed on an "AS IS" BASIS,
00013  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00014  * See the License for the specific language governing permissions and
00015  * limitations under the License.
00016  */
00017 
00018 /*
00019  * $Id: StdAfx.h 568078 2007-08-21 11:43:25Z amassari $
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__975CB5CC_234E_4CA0_940E_DA102634BF51__INCLUDED_)
00027 #define AFX_STDAFX_H__975CB5CC_234E_4CA0_940E_DA102634BF51__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 #define DOMDocument _MSXMLDOMDocument
00040 #define XMLHTTPRequest _MSXMLHTTPRequest
00041 #define CLSID_DOMDocument CLSID_MSDOMDocument
00042 #define CLSID_XMLHTTPRequest CLSID_MSXMLHTTPRequest
00043 
00044 //
00045 //   suppress MSXML.H since we duplicate some of the information
00046 //      in xml4com.h
00047 //
00048 
00049 #include <atlbase.h>
00050 //You may derive a class from CComModule and use it if you want to override
00051 //something, but do not change the name of _Module
00052 extern CComModule _Module;
00053 #include <atlcom.h>
00054 #include <atlctl.h>
00055 #include <comdef.h>
00056 #include <ExDisp.h>
00057 #include <ShlGuid.h>
00058 #include <stdio.h>
00059 #include <process.h>
00060 #include <Wininet.h>
00061 
00062 #undef DOMDocument
00063 #undef XMLHTTPRequest
00064 #undef CLSID_DOMDocument
00065 #undef CLSID_XMLHTTPRequest
00066 
00067 //
00068 //   These are defined in xml4dom_i.c which is included in xml4dom.cpp
00069 //
00070 //
00071 extern const IID CLSID_DOMDocument;
00072 extern const IID CLSID_XMLHTTPRequest;
00073 extern const IID LIBID_Xerces;
00074 
00075 const long      MSG_READY_STATE_CHANGE = WM_APP + 0x0001;
00076 
00077 
00078 //{{AFX_INSERT_LOCATION}}
00079 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00080 
00081 #endif // !defined(AFX_STDAFX_H__975CB5CC_234E_4CA0_940E_DA102634BF51__INCLUDED)

Generated on Thu Jan 12 2012 23:13:51 for ACS-10.0 C++ API by  doxygen 1.7.0