On 04/24/2010 10:08 PM, Vincent Povirk wrote:
+        case WM_CAPTURECHANGED:
+            if (hWnd != (HWND)lParam)
+            {
+                got_wm_capturechanged = 1;
+                EndMenu();
+            }
+            break;

Hi Vincent,

EndMenu is not available on Win95 so no user32 tests are run on that platform at the moment.

Can we skip just this call to EndMenu on Win95, should we skip this whole new test (test_contextmenu_focus) on Win95 or is there an alternative?

--
Cheers,

Paul.


Reply via email to