Commit 034cacb7 authored by Alexandre Julliard's avatar Alexandre Julliard

Remove clearing of the window menu id for now. This will need more

work.
parent b2210050
......@@ -3844,9 +3844,6 @@ BOOL WINAPI DestroyMenu( HMENU hMenu )
if (!lppop) return FALSE;
/* unregister menu in owning window */
SetWindowLongA( lppop->hWnd, GWL_ID, 0 );
lppop->wMagic = 0; /* Mark it as destroyed */
if ((lppop->wFlags & MF_POPUP) && lppop->hWnd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment