aboutsummaryrefslogtreecommitdiff
path: root/src/engine/logging.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-11-15 19:54:20 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-11-17 19:06:00 -0600
commit0d873d28c2dd18444afa08b748e91f495ed1cf5c (patch)
treec82e70b9ac047b316f976e6078bf19ff19cc7d95 /src/engine/logging.h
parentd6aceb1277606fe1f1688d40ee0895d0b89c6705 (diff)
downloadwix-0d873d28c2dd18444afa08b748e91f495ed1cf5c.tar.gz
wix-0d873d28c2dd18444afa08b748e91f495ed1cf5c.tar.bz2
wix-0d873d28c2dd18444afa08b748e91f495ed1cf5c.zip
Add plan tests.
Diffstat (limited to 'src/engine/logging.h')
-rw-r--r--src/engine/logging.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/logging.h b/src/engine/logging.h
index 22dd54d9..381a295b 100644
--- a/src/engine/logging.h
+++ b/src/engine/logging.h
@@ -101,6 +101,10 @@ LPCSTR LoggingMsiInstallContext(
101 __in MSIINSTALLCONTEXT context 101 __in MSIINSTALLCONTEXT context
102 ); 102 );
103 103
104LPCWSTR LoggingBurnMsiPropertyToString(
105 __in BURN_MSI_PROPERTY burnMsiProperty
106 );
107
104LPCSTR LoggingPerMachineToString( 108LPCSTR LoggingPerMachineToString(
105 __in BOOL fPerMachine 109 __in BOOL fPerMachine
106 ); 110 );