8000
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 30114c7 commit 089e5f5Copy full SHA for 089e5f5
Modules/expat/xmlparse.c
@@ -39,6 +39,12 @@
39
# define _CRT_RAND_S
40
#endif
41
42
+#ifdef _WIN32
43
+# include "winconfig.h"
44
+#elif defined(HAVE_EXPAT_CONFIG_H)
45
+# include <expat_config.h>
46
+#endif /* ndef _WIN32 */
47
+
48
#include <stddef.h>
49
#include <string.h> /* memset(), memcpy() */
50
#include <assert.h>
@@ -58,12 +64,6 @@
58
64
59
65
#define XML_BUILDING_EXPAT 1
60
66
61
-#ifdef _WIN32
62
-# include "winconfig.h"
63
-#elif defined(HAVE_EXPAT_CONFIG_H)
-# include <expat_config.h>
-#endif /* ndef _WIN32 */
-
67
#include "ascii.h"
68
#include "expat.h"
69
#include "siphash.h"
0 commit comments