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

work.
oldstable
Alexandre Julliard 2002-09-17 18:40:39 +00:00
parent b22100504c
commit 034cacb79c
1 changed files with 0 additions and 3 deletions

View File

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