removed compiler warning

svn path=/trunk/; revision=6227
This commit is contained in:
Martin Fuchs 2003-10-04 17:36:40 +00:00
parent 133757aaab
commit 56cae963fd

View file

@ -150,7 +150,7 @@ LRESULT NotifyArea::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
if (IsWindow(entry._hWnd)) {
// allow SetForegroundWindow() in Client Process
DWORD processId;
DWORD threadId = GetWindowThreadProcessId(entry._hWnd, &processId);
GetWindowThreadProcessId(entry._hWnd, &processId);
#ifndef __WINE__ // currently no AllowSetForegroundWindow() in Wine
AllowSetForegroundWindow(processId);