mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
removed compiler warning
svn path=/trunk/; revision=6227
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user