aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/condutil.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-01-06 21:09:03 -0600
committerSean Hall <r.sean.hall@gmail.com>2019-01-06 21:09:03 -0600
commitc55c1f2993d4ec950fc6b04508bc2b03cd733035 (patch)
treee857398222023178729809b0e25e44b3cc3359ae /src/dutil/inc/condutil.h
parent88cd76dbbcce061f80e234489bc18450f56a6e77 (diff)
downloadwix-c55c1f2993d4ec950fc6b04508bc2b03cd733035.tar.gz
wix-c55c1f2993d4ec950fc6b04508bc2b03cd733035.tar.bz2
wix-c55c1f2993d4ec950fc6b04508bc2b03cd733035.zip
Undo changes for condutil/varutil.
Diffstat (limited to 'src/dutil/inc/condutil.h')
-rw-r--r--src/dutil/inc/condutil.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/dutil/inc/condutil.h b/src/dutil/inc/condutil.h
deleted file mode 100644
index fb960042..00000000
--- a/src/dutil/inc/condutil.h
+++ /dev/null
@@ -1,19 +0,0 @@
1#pragma once
2// 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.
3
4
5#if defined(__cplusplus)
6extern "C" {
7#endif
8
9// function declarations
10
11HRESULT DAPI CondEvaluate(
12 __in VARIABLES_HANDLE pVariables,
13 __in_z LPCWSTR wzCondition,
14 __out BOOL* pf
15 );
16
17#if defined(__cplusplus)
18}
19#endif