aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/externalengine.cpp
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-01-11 00:00:27 -0800
committerRob Mensching <rob@firegiant.com>2024-01-11 18:24:06 -0800
commit8cfd711f775e8501836162538998b5b6d8efbf89 (patch)
tree3083faee64b5be16062a93ed4e4b6668fc4f64c8 /src/burn/engine/externalengine.cpp
parent4e7b7c0059d76498d1c24f348dbf6d5799203fe0 (diff)
downloadwix-8cfd711f775e8501836162538998b5b6d8efbf89.tar.gz
wix-8cfd711f775e8501836162538998b5b6d8efbf89.tar.bz2
wix-8cfd711f775e8501836162538998b5b6d8efbf89.zip
Update Burn to use pipeutil for low-level pipe operations
Diffstat (limited to 'src/burn/engine/externalengine.cpp')
-rw-r--r--src/burn/engine/externalengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/burn/engine/externalengine.cpp b/src/burn/engine/externalengine.cpp
index c38d8fc3..77af79ce 100644
--- a/src/burn/engine/externalengine.cpp
+++ b/src/burn/engine/externalengine.cpp
@@ -9,7 +9,7 @@ static HRESULT CopyStringToExternal(
9 __inout SIZE_T* pcchBuffer 9 __inout SIZE_T* pcchBuffer
10 ); 10 );
11static HRESULT ProcessUnknownEmbeddedMessages( 11static HRESULT ProcessUnknownEmbeddedMessages(
12 __in BURN_PIPE_MESSAGE* /*pMsg*/, 12 __in PIPE_MESSAGE* /*pMsg*/,
13 __in_opt LPVOID /*pvContext*/, 13 __in_opt LPVOID /*pvContext*/,
14 __out DWORD* pdwResult 14 __out DWORD* pdwResult
15 ); 15 );
@@ -877,7 +877,7 @@ static HRESULT CopyStringToExternal(
877} 877}
878 878
879static HRESULT ProcessUnknownEmbeddedMessages( 879static HRESULT ProcessUnknownEmbeddedMessages(
880 __in BURN_PIPE_MESSAGE* /*pMsg*/, 880 __in PIPE_MESSAGE* /*pMsg*/,
881 __in_opt LPVOID /*pvContext*/, 881 __in_opt LPVOID /*pvContext*/,
882 __out DWORD* pdwResult 882 __out DWORD* pdwResult
883 ) 883 )