From 30827588eb0c189b7e2d04693d116080d333200e Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 22 Apr 2021 15:43:19 -0700 Subject: Move wcautil into libs/wcautil --- src/libs/wcautil/WixToolset.WcaUtil/inc/wcalog.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/libs/wcautil/WixToolset.WcaUtil/inc/wcalog.h (limited to 'src/libs/wcautil/WixToolset.WcaUtil/inc/wcalog.h') diff --git a/src/libs/wcautil/WixToolset.WcaUtil/inc/wcalog.h b/src/libs/wcautil/WixToolset.WcaUtil/inc/wcalog.h new file mode 100644 index 00000000..ffa3fa03 --- /dev/null +++ b/src/libs/wcautil/WixToolset.WcaUtil/inc/wcalog.h @@ -0,0 +1,14 @@ +#pragma once +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + + +#ifdef __cplusplus +extern "C" { +#endif + +BOOL WIXAPI IsVerboseLogging(); +HRESULT WIXAPI SetVerboseLoggingAtom(BOOL bValue); + +#ifdef __cplusplus +} +#endif -- cgit v1.2.3-55-g6feb