2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-02 11:58:25 +00:00

Don't include <cwchar> if not building with wchar

This commit is contained in:
Jay Berkenbilt 2020-04-06 11:20:11 -04:00
parent aec45e2c4f
commit c996f4ac33

View File

@ -21,7 +21,9 @@
#include <string.h>
#include <fcntl.h>
#include <memory>
#ifndef QPDF_NO_WCHAR_T
# include <cwchar>
#endif
#ifdef _WIN32
# include <windows.h>
# include <direct.h>