#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "ole2.h"
#include "msxml6.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "perhist.h"
#include "docobj.h"
#include "wine/debug.h"
#include "msxml_private.h"
Go to the source code of this file.
◆ COBJMACROS
◆ NONAMELESSUNION
◆ XMLView_create()
Definition at line 1460 of file xmlview.c.
1461{
1462 MESSAGE(
"This program tried to use a XMLView object, but\n"
1463 "libxml2 support was not present at compile time.\n");
1465}