make xmltok.c compile on Windows

This commit is contained in:
Günter Obiltschnig 2019-09-16 09:28:37 +02:00
parent 7d394c382f
commit 29e91e8ffe

View File

@ -42,7 +42,7 @@
# include <stdbool.h>
#endif
#ifdef _WIN32
#ifdef EXPAT_WIN32
# include "winconfig.h"
#else
# ifdef HAVE_EXPAT_CONFIG_H