diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-06-07 12:13:45 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-06-09 13:47:53 -0500 |
commit | 9f360945ce3703677701b12267a42334bbe7dca1 (patch) | |
tree | 18afcfb2afd29c55dba86a9511f5d283fec3f047 /src/burn/engine/platform.h | |
parent | 1d3bd04d4aca82979b08a955dc0bf61eb80f2e66 (diff) | |
download | wix-9f360945ce3703677701b12267a42334bbe7dca1.tar.gz wix-9f360945ce3703677701b12267a42334bbe7dca1.tar.bz2 wix-9f360945ce3703677701b12267a42334bbe7dca1.zip |
Try to log Burn command line even if it was invalid.
Diffstat (limited to '')
-rw-r--r-- | src/burn/engine/platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/platform.h b/src/burn/engine/platform.h index 3681f248..876b02c2 100644 --- a/src/burn/engine/platform.h +++ b/src/burn/engine/platform.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #pragma once | 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. | 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 | 3 | ||
4 | #define TraceLog(x, s, ...) ExitTraceSource(BURN_SOURCE_DEFAULT, x, s, __VA_ARGS__) | ||
5 | |||
4 | 6 | ||
5 | #if defined(__cplusplus) | 7 | #if defined(__cplusplus) |
6 | extern "C" { | 8 | extern "C" { |