From 0c869fbdc60d20adcd75810c0b4dc6f7204ddeea Mon Sep 17 00:00:00 2001 From: "mjudge%netscape.com" Date: Sat, 11 Dec 1999 00:35:10 +0000 Subject: [PATCH] meant to use the define. sorry git-svn-id: svn://10.0.0.236/trunk@55883 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 b4959b96e9a..80612f83e71 100644 --- a/mozilla/widget/src/windows/nsWindow.cpp +++ b/mozilla/widget/src/windows/nsWindow.cpp @@ -4338,7 +4338,7 @@ nsWindow::Flash() { // If window is in foreground, no notification is necessary. if ( GetForegroundWindow() != mWnd ) { // Kick off timer that does single flash till window comes to foreground. - SetTimer( mWnd, NS_FLASH_TIMER_ID, GetCaretBlinkTime(), ((int (__stdcall*)(void))nsFlashTimerFunc) ); + SetTimer( mWnd, NS_FLASH_TIMER_ID, GetCaretBlinkTime(), (TIMERPROC)nsFlashTimerFunc ); } return NS_OK;