--- misc/xpdf-3.02/xpdf/Error.h.sav 2007-02-27 23:05:52.000000000 +0100 +++ misc/xpdf-3.02/xpdf/Error.h 2012-10-09 23:24:12.002455791 +0200 @@ -18,6 +18,6 @@ #include #include "config.h" -extern void CDECL error(int pos, char *msg, ...); +extern void CDECL error(int pos, const char *msg, ...); #endif --- build/xpdf-3.02/xpdf/Error.cc.sav 2007-02-27 23:05:52.000000000 +0100 +++ build/xpdf-3.02/xpdf/Error.cc 2012-10-09 23:24:27.813569809 +0200 @@ -18,7 +18,7 @@ #include "GlobalParams.h" #include "Error.h" -void CDECL error(int pos, char *msg, ...) { +void CDECL error(int pos, const char *msg, ...) { va_list args; // NB: this can be called before the globalParams object is created ' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native/Library_qslnkmsi.mk
AgeCommit message (Expand)Author
2018-09-28tdf#120099 Reintroduce .def filesStephan Bergmann
2018-09-18Get rid of Windows .def files in setup_native, use __declspec(dllexport)Stephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2015-09-03setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky
2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl
2013-02-17CustomActions should be statically linked with MSVCRTAndras Timar
2013-02-13fix exported DLL function names for all CustomActionsAndras Timar
2013-02-09convert setup_native to gbuild and add to tail_buildPeter Foley