Fix DOMDocument redefinition error

This commit is contained in:
AgCaliva
2023-09-08 09:12:52 -03:00
parent ad5cb33d72
commit 0859cf6555
14 changed files with 44 additions and 53 deletions

View File

@@ -26,6 +26,10 @@
#include <FCConfig.h>
#ifdef FC_OS_WIN32
# include <windows.h>
#endif
// Importing of App classes
#ifdef FC_OS_WIN32
# define SandboxAppExport __declspec(dllimport)
@@ -62,10 +66,6 @@
// Xerces
#include <xercesc/util/XercesDefs.hpp>
#ifdef FC_OS_WIN32
# include <windows.h>
#endif
// Qt Toolkit
#include <qaction.h>
#include <qapplication.h>