aboutsummaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
parent1e831cb978d56b833d0fb02729d9ffdee12c4c41 (diff)
downloadqpdf-8740b380fe31a51b0472d1e4b902cfc9bce21c3a.tar.zst
Make windows includes lowercase (fixes #123)
For cross compiling.
Diffstat (limited to 'examples')
-rw-r--r--examples/pdf-mod-info.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdf-mod-info.cc b/examples/pdf-mod-info.cc
index 84cb818f..ca0fe26a 100644
--- a/examples/pdf-mod-info.cc
+++ b/examples/pdf-mod-info.cc
@@ -10,7 +10,7 @@
#include <stdlib.h>
#include <stdio.h>
#ifdef _WIN32
-#include <Windows.h>
+#include <windows.h>
#include <direct.h>
#include <io.h>
#else