diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-22 08:31:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-22 08:31:08 +0000 |
commit | 784fd9772696a78479e93a3bbbe2a0c19998e2e7 (patch) | |
tree | 7d11d988d11a0954eda726584669dd5dc606add0 /plugins/ShlExt | |
parent | 21bbe00bfd34b9a988f1734433e70490ea3721ea (diff) |
ShlExt: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShlExt')
-rw-r--r-- | plugins/ShlExt/shlcom.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ShlExt/shlcom.pas b/plugins/ShlExt/shlcom.pas index c33921e492..fb9b4fa780 100644 --- a/plugins/ShlExt/shlcom.pas +++ b/plugins/ShlExt/shlcom.pas @@ -1862,7 +1862,7 @@ var szTmp: array [0 .. 63] of Char;
dwCaps: Cardinal;
begin
- if (CallService(MS_PROTO_ENUMPROTOCOLS, wParam(@protoCount), lParam(@pp)) = 0) and
+ if (CallService(MS_PROTO_ENUMACCOUNTS, wParam(@protoCount), lParam(@pp)) = 0) and
(protoCount <> 0) then
begin
spi.pid := GetCurrentProcessId();
|