diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-05-14 01:49:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-05-14 01:49:22 +0200 |
commit | 08e7bb2f11ff940998daf8dbadfaaef3eaec7496 (patch) | |
tree | 260154b98a32d7b94f4ffb93e1ece9db1fa92d18 /win32/pdfextract | |
parent | 92c591efc27373c0ae876ca55eb1f34da81ca9ec (diff) | |
download | mupdf-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/pdfextract')
-rw-r--r-- | win32/pdfextract/pdfextract.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/pdfextract/pdfextract.vcproj b/win32/pdfextract/pdfextract.vcproj index 2c9d270c..43783d1d 100644 --- a/win32/pdfextract/pdfextract.vcproj +++ b/win32/pdfextract/pdfextract.vcproj @@ -137,7 +137,7 @@ <Tool
Name="VCLinkerTool"
LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmtd"
+ IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
|