mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 09:10:56 +00:00
[MSXML3]
* Move some inclusions to the main header. CORE-7716 svn path=/trunk/; revision=61792
This commit is contained in:
parent
3dc50e3afc
commit
6e7e584589
10 changed files with 9 additions and 29 deletions
|
@ -18,10 +18,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#include <wininet.h>
|
|
||||||
#include <winreg.h>
|
|
||||||
#include <shlwapi.h>
|
|
||||||
|
|
||||||
struct bsc_t {
|
struct bsc_t {
|
||||||
IBindStatusCallback IBindStatusCallback_iface;
|
IBindStatusCallback IBindStatusCallback_iface;
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#include <wine/list.h>
|
|
||||||
|
|
||||||
static CRITICAL_SECTION cs_dispex_static_data;
|
static CRITICAL_SECTION cs_dispex_static_data;
|
||||||
static CRITICAL_SECTION_DEBUG cs_dispex_static_data_dbg =
|
static CRITICAL_SECTION_DEBUG cs_dispex_static_data_dbg =
|
||||||
{
|
{
|
||||||
|
|
|
@ -33,8 +33,6 @@
|
||||||
#include <olectl.h>
|
#include <olectl.h>
|
||||||
#include <objsafe.h>
|
#include <objsafe.h>
|
||||||
|
|
||||||
#include <wine/list.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML2
|
#ifdef HAVE_LIBXML2
|
||||||
|
|
||||||
/* not defined in older versions */
|
/* not defined in older versions */
|
||||||
|
|
|
@ -22,13 +22,10 @@
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <wininet.h>
|
|
||||||
#include <mshtml.h>
|
#include <mshtml.h>
|
||||||
#include <objsafe.h>
|
#include <objsafe.h>
|
||||||
#include <docobj.h>
|
#include <docobj.h>
|
||||||
|
|
||||||
#include <wine/list.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML2
|
#ifdef HAVE_LIBXML2
|
||||||
|
|
||||||
static const WCHAR colspaceW[] = {':',' ',0};
|
static const WCHAR colspaceW[] = {':',' ',0};
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#include <wine/list.h>
|
|
||||||
|
|
||||||
struct ns
|
struct ns
|
||||||
{
|
{
|
||||||
BSTR prefix;
|
BSTR prefix;
|
||||||
|
|
|
@ -15,12 +15,17 @@
|
||||||
|
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
|
#include <winreg.h>
|
||||||
#include <ole2.h>
|
#include <ole2.h>
|
||||||
#include <msxml6.h>
|
#include <msxml6.h>
|
||||||
|
#include <wininet.h>
|
||||||
|
#include <shlwapi.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
#include <wine/debug.h>
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
|
#include <wine/list.h>
|
||||||
|
|
||||||
#include "msxml_private.h"
|
#include "msxml_private.h"
|
||||||
|
|
||||||
|
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
|
||||||
|
|
||||||
#endif /* _MSXML3_PCH_ */
|
#endif /* _MSXML3_PCH_ */
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
# include <libxml/parserInternals.h>
|
# include <libxml/parserInternals.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wine/list.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML2
|
#ifdef HAVE_LIBXML2
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|
|
@ -20,10 +20,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#include <wininet.h>
|
|
||||||
#include <winreg.h>
|
|
||||||
#include <shlwapi.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML2
|
#ifdef HAVE_LIBXML2
|
||||||
|
|
||||||
/* FIXME: IXMLDocument needs to implement
|
/* FIXME: IXMLDocument needs to implement
|
||||||
|
|
|
@ -78,16 +78,13 @@
|
||||||
/* Line 189 of yacc.c */
|
/* Line 189 of yacc.c */
|
||||||
#line 21 "xslpattern.y"
|
#line 21 "xslpattern.y"
|
||||||
|
|
||||||
#include <config.h>
|
#include "precomp.h"
|
||||||
|
|
||||||
#include <wine/port.h>
|
#include <wine/port.h>
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML2
|
#ifdef HAVE_LIBXML2
|
||||||
#include "xslpattern.h"
|
#include "xslpattern.h"
|
||||||
#include <libxml/xpathInternals.h>
|
#include <libxml/xpathInternals.h>
|
||||||
#include <wine/debug.h>
|
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
|
|
||||||
|
|
||||||
|
|
||||||
static const xmlChar NameTest_mod_pre[] = "*[name()='";
|
static const xmlChar NameTest_mod_pre[] = "*[name()='";
|
||||||
static const xmlChar NameTest_mod_post[] = "']";
|
static const xmlChar NameTest_mod_post[] = "']";
|
||||||
|
|
|
@ -526,16 +526,13 @@ static yyconst flex_int16_t yy_chk[178] =
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
#line 22 "xslpattern.l"
|
#line 22 "xslpattern.l"
|
||||||
#include "config.h"
|
#include "precomp.h"
|
||||||
#include "wine/port.h"
|
#include "wine/port.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML2
|
#ifdef HAVE_LIBXML2
|
||||||
|
|
||||||
#include "xslpattern.h"
|
#include "xslpattern.h"
|
||||||
#include "xslpattern.tab.h"
|
#include "xslpattern.tab.h"
|
||||||
#include "wine/debug.h"
|
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
|
|
||||||
|
|
||||||
#define SCAN xslpattern_get_extra(yyscanner)
|
#define SCAN xslpattern_get_extra(yyscanner)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue