summaryrefslogtreecommitdiffstats
path: root/libqpdf/QUtil.cc
diff options
context:
space:
mode:
authorslurdge <slurdge@slurdge.org>2017-07-22 15:42:41 +0200
committerJay Berkenbilt <ejb@ql.org>2017-07-26 12:39:09 +0200
commit8740b380fe31a51b0472d1e4b902cfc9bce21c3a (patch)
tree91329e6e0b420f8c031fdb941bc6fc82ce04baf6 /libqpdf/QUtil.cc
parent1e831cb978d56b833d0fb02729d9ffdee12c4c41 (diff)
downloadqpdf-8740b380fe31a51b0472d1e4b902cfc9bce21c3a.tar.zst
Make windows includes lowercase (fixes #123)
For cross compiling.
Diffstat (limited to 'libqpdf/QUtil.cc')
-rw-r--r--libqpdf/QUtil.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QUtil.cc b/libqpdf/QUtil.cc
index f451290e..37cfda9e 100644
--- a/libqpdf/QUtil.cc
+++ b/libqpdf/QUtil.cc
@@ -19,7 +19,7 @@
#include <string.h>
#include <fcntl.h>
#ifdef _WIN32
-#include <Windows.h>
+#include <windows.h>
#include <direct.h>
#include <io.h>
#else