Fix build bustage on wince

This commit is contained in:
Doug Turner 2009-08-27 16:26:43 -07:00
parent 0c363c2e7b
commit 15ec048a67

View File

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