Ignore:
Timestamp:
Jan 3, 2003, 5:35:58 PM (23 years ago)
Author:
sandervl
Message:

Merged Rewind menu control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/HOOK.CPP

    r8474 r9598  
    1 /* $Id: HOOK.CPP,v 1.38 2002-05-23 07:13:00 sandervl Exp $ */
     1/* $Id: HOOK.CPP,v 1.39 2003-01-03 16:35:50 sandervl Exp $ */
    22
    33/*
     
    731731BOOL WIN32API CallMsgFilterA(LPMSG msg, INT code )
    732732{
    733 #if 0 //CB: not a Win32 API and unimplemented
    734     if (GetSysModalWindow()) return FALSE;      /* ??? */
    735 #endif
    736733    if (HOOK_CallHooksA( WH_SYSMSGFILTER, code, 0, (LPARAM)msg ))
    737734      return TRUE;
     
    745742BOOL WIN32API CallMsgFilterW(LPMSG msg, INT code )
    746743{
    747 #if 0 //CB: not a Win32 API and unimplemented
    748     if (GetSysModalWindow()) return FALSE;      /* ??? */
    749 #endif
    750744    if (HOOK_CallHooksW( WH_SYSMSGFILTER, code, 0, (LPARAM)msg ))
    751745      return TRUE;
     
    783777        remove &&
    784778        (msg->hwnd != GetDesktopWindow()) &&
    785         !IsMenuActive())
     779        !MENU_IsMenuActive())
    786780    {   
    787781        HELPINFO hi;
Note: See TracChangeset for help on using the changeset viewer.