From b91e3f8d37797d53b115dd5dd862953a2c595e5f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Jun 2012 13:35:13 +0000 Subject: some atavisms removed git-svn-id: http://svn.miranda-ng.org/main/trunk@667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/Utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/IEView') diff --git a/plugins/IEView/Utils.cpp b/plugins/IEView/Utils.cpp index de2d02694b..fef1056cac 100644 --- a/plugins/IEView/Utils.cpp +++ b/plugins/IEView/Utils.cpp @@ -339,10 +339,10 @@ static void __cdecl forkthread_r(struct FORK_ARG *fa) { void (*callercode)(void*) = fa->threadcode; void *arg = fa->arg; - CallService(MS_SYSTEM_THREAD_PUSH, 0, 0); + Thread_Push((HINSTANCE)callercode); SetEvent(fa->hEvent); callercode(arg); - CallService(MS_SYSTEM_THREAD_POP, 0, 0); + Thread_Pop(); return; } -- cgit v1.2.3