Fixed problem with mouse cursors in Word.

diff --git a/windows/nonclient.c b/windows/nonclient.c
index 999b5a65..7e98307 100644
--- a/windows/nonclient.c
+++ b/windows/nonclient.c
@@ -1692,8 +1692,7 @@
  */
 LONG NC_HandleSetCursor( HWND hwnd, WPARAM wParam, LPARAM lParam )
 {
-    if (hwnd != WIN_GetFullHandle( (HWND)wParam ))
-        return 0;  /* Don't set the cursor for child windows */
+    hwnd = WIN_GetFullHandle( (HWND)wParam );
 
     switch(LOWORD(lParam))
     {