Merge pull request #383 from kiwix/include_windows

pull/391/head
Matthieu Gautier 6 years ago committed by GitHub
commit 8736a2f4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,9 @@
#include <kiwix/name_mapper.h>
#include <kiwix/tools/otherTools.h>
#ifndef _WIN32
#ifdef _WIN32
# include <windows.h>
#else
# include <unistd.h>
#endif

Loading…
Cancel
Save