diff options
Diffstat (limited to 'src/burn/engine/externalengine.cpp')
| -rw-r--r-- | src/burn/engine/externalengine.cpp | 4 |
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 | ); |
| 11 | static HRESULT ProcessUnknownEmbeddedMessages( | 11 | static 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 | ||
| 879 | static HRESULT ProcessUnknownEmbeddedMessages( | 879 | static 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 | ) |
