summaryrefslogtreecommitdiff
path: root/protocols/YAMN/src/yamn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/YAMN/src/yamn.cpp')
-rw-r--r--protocols/YAMN/src/yamn.cpp4
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