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 7356e10 commit 30114c7Copy full SHA for 30114c7
Modules/expat/xmltok.c
@@ -30,6 +30,14 @@
30
USE OR OTHER DEALINGS IN THE SOFTWARE.
31
*/
32
33
+#ifdef _WIN32
34
+# include "winconfig.h"
35
+#else
36
+# ifdef HAVE_EXPAT_CONFIG_H
37
+# include <expat_config.h>
38
+# endif
39
+#endif /* ndef _WIN32 */
40
+
41
#include <stddef.h>
42
#include <string.h> /* memcpy */
43
@@ -42,14 +50,6 @@
50
# include <stdbool.h>
51
#endif
44
52
45
-#ifdef _WIN32
46
-# include "winconfig.h"
47
-#else
48
-# ifdef HAVE_EXPAT_CONFIG_H
49
-# include <expat_config.h>
-# endif
-#endif /* ndef _WIN32 */
-
53
#include "expat_external.h"
54
#include "internal.h"
55
#include "xmltok.h"
0 commit comments