aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/SecureRandomDataProvider.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/SecureRandomDataProvider.cc
parent1e831cb978d56b833d0fb02729d9ffdee12c4c41 (diff)
downloadqpdf-8740b380fe31a51b0472d1e4b902cfc9bce21c3a.tar.zst
Make windows includes lowercase (fixes #123)
For cross compiling.
Diffstat (limited to 'libqpdf/SecureRandomDataProvider.cc')
-rw-r--r--libqpdf/SecureRandomDataProvider.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/SecureRandomDataProvider.cc b/libqpdf/SecureRandomDataProvider.cc
index 0b0b6c73..ca891036 100644
--- a/libqpdf/SecureRandomDataProvider.cc
+++ b/libqpdf/SecureRandomDataProvider.cc
@@ -3,11 +3,11 @@
#include <qpdf/qpdf-config.h>
#include <qpdf/QUtil.hh>
#ifdef _WIN32
-# include <Windows.h>
+# include <windows.h>
# include <direct.h>
# include <io.h>
# ifndef SKIP_OS_SECURE_RANDOM
-# include <Wincrypt.h>
+# include <wincrypt.h>
# endif
#endif