Bug 259816: made the callback static as it should have been.

This commit is contained in:
emaijala%kolumbus.fi 2006-06-24 16:49:17 +00:00
Родитель 9b7e8c9253
Коммит a488a82892
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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