# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,inprocserv)) $(eval $(call gb_Library_set_include,inprocserv,\ -I$(SRCDIR)/embedserv/source/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_system_win32_libs,inprocserv,\ gdi32 \ ole32 \ uuid \ )) $(eval $(call gb_Library_use_libraries,inprocserv,\ $(gb_UWINAPI) \ )) ifeq ($(COM),MSC) $(eval $(call gb_Library_add_ldflags,inprocserv,\ /DEF:$(SRCDIR)/embedserv/source/inprocserv/inprocserv.def \ )) endif $(eval $(call gb_Library_add_exception_objects,inprocserv,\ embedserv/source/inprocserv/advisesink \ embedserv/source/inprocserv/dllentry \ embedserv/source/inprocserv/inprocembobj \ )) # vim: set noet sw=4 ts=4: n value='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/package/source/zipapi/XBufferedThreadedStream.hxx
AgeCommit message (Expand)Author
2023-03-20Missing includes (for std::exception_ptr)Stephan Bergmann
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin
2018-10-13loplugin:constfields in package..registryNoel Grandin
2018-08-04use C++11 exception rethrowingCaolán McNamara
2018-07-31ofz#9597 rethrown IOException not caught by catch IOExceptionCaolán McNamara
2017-11-24fix attempt to save and rethrow exceptionCaolán McNamara
2017-10-23loplugin:includeform: packageStephan Bergmann
2017-07-07tdf#108821 - fix for overflow of variables on opening huge filesMohammed Abdul Azeem
2017-07-06tdf#108821 - fixed bad alloc on opening large fileMichael Meeks
2017-06-08First cut at moving unzipping into new thread:Mohammed Abdul Azeem