diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-12 18:15:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-12 18:15:37 +0300 |
commit | 6e67be23d4796ce8a3d39408aa2e02b632c67b47 (patch) | |
tree | 629c7cb31f2ea755b9daaafc233f788692a5348c /protocols/YAMN/src/yamn.cpp | |
parent | 3044271442e390df114574992db11365578aad0e (diff) |
YAMN: warning fixes
Diffstat (limited to 'protocols/YAMN/src/yamn.cpp')
-rw-r--r-- | protocols/YAMN/src/yamn.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/YAMN/src/yamn.cpp b/protocols/YAMN/src/yamn.cpp index e45e22f06e..982c1abb5c 100644 --- a/protocols/YAMN/src/yamn.cpp +++ b/protocols/YAMN/src/yamn.cpp @@ -96,7 +96,7 @@ INT_PTR GetVariablesSvc(WPARAM wParam, LPARAM) void CALLBACK TimerProc(HWND, UINT, UINT_PTR, DWORD) { - HACCOUNT ActualAccount; + CAccount *ActualAccount; DWORD Status, tid; // we use event to signal, that running thread has all needed stack parameters copied @@ -252,7 +252,7 @@ ChangeIsCountingStatusLabel: INT_PTR ForceCheckSvc(WPARAM, LPARAM) { - HACCOUNT ActualAccount; + CAccount *ActualAccount; DWORD tid; //we use event to signal, that running thread has all needed stack parameters copied |