const.h: do not include <windows.h> anymore

This commit is contained in:
Thomas Bernard
2019-05-22 13:31:12 +02:00
parent 0f2153118a
commit 9847110fe4
3 changed files with 2 additions and 20 deletions

View File

@@ -31,6 +31,7 @@
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h> // for PATH_MAX (MAX_PATH_CHARACTERS)
#ifndef _MSC_VER
#include <unistd.h>
#else