We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00add4d commit f447314Copy full SHA for f447314
src/WinWebDiffLib/DOMUtils.hpp
@@ -1,5 +1,8 @@
1
#pragma once
2
3
+#if defined(_M_ARM64) && !defined(RAPIDJSON_ENDIAN)
4
+#define RAPIDJSON_ENDIAN RAPIDJSON_LITTLEENDIAN
5
+#endif
6
#include <rapidjson/document.h>
7
#include <rapidjson/prettywriter.h>
8
#include <rapidjson/stringbuffer.h>
src/WinWebDiffLib/WebWindow.hpp
@@ -2,18 +2,12 @@
#undef max
#undef min
-#ifdef _M_ARM64
-#define RAPIDJSON_ENDIAN RAPIDJSON_LITTLEENDIAN
-#endif
#include <string>
9
#include <vector>
10
#include <filesystem>
11
#include <memory>
12
#include <cassert>
13
#include <functional>
14
-#include <rapidjson/document.h>
15
-#include <rapidjson/prettywriter.h>
16
-#include <rapidjson/stringbuffer.h>
17
#include <WebView2.h>
18
#include <WebView2Experimental.h>
19
#include <WebView2EnvironmentOptions.h>
0 commit comments