From b7be8552d54efb0ca4cd19d23638216e8afd932f Mon Sep 17 00:00:00 2001 From: "emaijala%kolumbus.fi" Date: Sat, 24 Jun 2006 16:49:17 +0000 Subject: [PATCH] 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 --- mozilla/widget/src/windows/nsWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/windows/nsWindow.cpp b/mozilla/widget/src/windows/nsWindow.cpp index 6c293d93cac..bd19686d43b 100644 --- a/mozilla/widget/src/windows/nsWindow.cpp +++ b/mozilla/widget/src/windows/nsWindow.cpp @@ -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);