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:
emaijala%kolumbus.fi 2006-06-24 16:49:17 +00:00
parent 3b83a8371a
commit b7be8552d5

View File

@ -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);