summaryrefslogtreecommitdiff
path: root/win32/pdfclean
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-05-14 01:49:22 +0200
committerTor Andersson <tor@ghostscript.com>2010-05-14 01:49:22 +0200
commit08e7bb2f11ff940998daf8dbadfaaef3eaec7496 (patch)
tree260154b98a32d7b94f4ffb93e1ece9db1fa92d18 /win32/pdfclean
parent92c591efc27373c0ae876ca55eb1f34da81ca9ec (diff)
downloadmupdf-08e7bb2f11ff940998daf8dbadfaaef3eaec7496.tar.xz
Change pdf_openxref to take a fz_stream instead of a filename so that windows can open files with unicode names.
Diffstat (limited to 'win32/pdfclean')
-rw-r--r--win32/pdfclean/pdfclean.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/pdfclean/pdfclean.vcproj b/win32/pdfclean/pdfclean.vcproj
index 33ea73cb..bba6ea68 100644
--- a/win32/pdfclean/pdfclean.vcproj
+++ b/win32/pdfclean/pdfclean.vcproj
@@ -138,7 +138,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmtd"
+ IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"