aboutsummaryrefslogtreecommitdiff
path: root/src/ca/mqqueueexec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ca/mqqueueexec.cpp')
-rw-r--r--src/ca/mqqueueexec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ca/mqqueueexec.cpp b/src/ca/mqqueueexec.cpp
index f5b99da7..e4304ab8 100644
--- a/src/ca/mqqueueexec.cpp
+++ b/src/ca/mqqueueexec.cpp
@@ -119,7 +119,7 @@ static MQSetQueueSecurityFunc gpfnMQSetQueueSecurity;
119 119
120// function definitions 120// function definitions
121 121
122HRESULT MqiInitialize() 122HRESULT MqiExecInitialize()
123{ 123{
124 HRESULT hr = S_OK; 124 HRESULT hr = S_OK;
125 125
@@ -153,7 +153,7 @@ LExit:
153 return hr; 153 return hr;
154} 154}
155 155
156void MqiUninitialize() 156void MqiExecUninitialize()
157{ 157{
158 if (ghMQRT) 158 if (ghMQRT)
159 ::FreeLibrary(ghMQRT); 159 ::FreeLibrary(ghMQRT);