diff options
Diffstat (limited to 'c/main.cpp')
-rw-r--r-- | c/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <windows.h> #include <commctrl.h> #include <SWI-Prolog.h> +#include <libxml/xmlversion.h> #include "debug.h" #include "resource.h" @@ -86,6 +87,7 @@ static void UpdateTheme(); int WINAPI WinMain(const HINSTANCE hInstance, const HINSTANCE, char* const, const int nCmdShow) { setbuf(stdout, nullptr); + LIBXML_TEST_VERSION; /* Initialize Prolog. */ const char* argv[] = {"EpisodeBrowser", nullptr}; |