From 15ec048a678d5156e134cf70c1349f4989b1d97d Mon Sep 17 00:00:00 2001 From: Doug Turner Date: Thu, 27 Aug 2009 16:26:43 -0700 Subject: [PATCH] Fix build bustage on wince --- widget/src/windows/nsWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/windows/nsWindow.cpp b/widget/src/windows/nsWindow.cpp index e2a33b1b445..45325a1925b 100644 --- a/widget/src/windows/nsWindow.cpp +++ b/widget/src/windows/nsWindow.cpp @@ -3838,7 +3838,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM &wParam, LPARAM &lParam, case WM_MOUSEMOVE: { -#ifdef WINCE +#ifdef WINCE_WINDOWS_MOBILE // Reset the kill timer so that we can continue at this // priority SetTimer(mWnd, KILL_PRIORITY_ID, 2000 /* 2seconds */, NULL);