diff options
author | Rob Mensching <rob@firegiant.com> | 2021-12-10 13:40:29 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-12-28 14:18:52 -0800 |
commit | 3ff422aee896a0964fa7b7f851fc440099f3a5f4 (patch) | |
tree | 28f10d40b461e3a1b5c8464d8d1c2c8e1ef6c1b9 | |
parent | 9d75d94dfbda512bd3d26aec0d9d100101272a63 (diff) | |
download | wix-3ff422aee896a0964fa7b7f851fc440099f3a5f4.tar.gz wix-3ff422aee896a0964fa7b7f851fc440099f3a5f4.tar.bz2 wix-3ff422aee896a0964fa7b7f851fc440099f3a5f4.zip |
Remove left over header ref used to debug CI issues
-rw-r--r-- | src/wix/wixnative/smartcab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wix/wixnative/smartcab.cpp b/src/wix/wixnative/smartcab.cpp index 1483dfe8..dedcbc2d 100644 --- a/src/wix/wixnative/smartcab.cpp +++ b/src/wix/wixnative/smartcab.cpp | |||
@@ -1,7 +1,6 @@ | |||
1 | // 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. | 1 | // 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 | 2 | ||
3 | #include "precomp.h" | 3 | #include "precomp.h" |
4 | #include "fileutil.h" | ||
5 | 4 | ||
6 | static HRESULT CompressFiles(__in HANDLE hCab); | 5 | static HRESULT CompressFiles(__in HANDLE hCab); |
7 | static void __stdcall CabNamesCallback(__in_z LPWSTR wzFirstCabName, __in_z LPWSTR wzNewCabName, __in_z LPWSTR wzFileToken); | 6 | static void __stdcall CabNamesCallback(__in_z LPWSTR wzFirstCabName, __in_z LPWSTR wzNewCabName, __in_z LPWSTR wzFileToken); |