Bug 259816: made the callback static as it should have been.
git-svn-id: svn://10.0.0.236/trunk@200810 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3b83a8371a
commit
b7be8552d5
@ -1696,7 +1696,7 @@ nsWindow* nsWindow::GetParent(PRBool aStopOnFirstTopLevel)
|
||||
#ifndef WINCE
|
||||
bool gWindowsVisible;
|
||||
|
||||
BOOL CALLBACK gEnumWindowsProc(HWND hwnd, LPARAM lParam)
|
||||
static BOOL CALLBACK gEnumWindowsProc(HWND hwnd, LPARAM lParam)
|
||||
{
|
||||
DWORD pid;
|
||||
::GetWindowThreadProcessId(hwnd, &pid);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user