mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
removed compiler warning
svn path=/trunk/; revision=6227
This commit is contained in:
parent
133757aaab
commit
56cae963fd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue