Ignore:
Timestamp:
Sep 19, 2001, 5:39:52 PM (24 years ago)
Author:
sandervl
Message:

ported the Wine MDI control + some menu fixes

File:
1 edited

Legend:

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

    r6012 r6762  
    1 /* $Id: HOOK.CPP,v 1.22 2001-06-14 14:49:16 sandervl Exp $ */
     1/* $Id: HOOK.CPP,v 1.23 2001-09-19 15:39:47 sandervl Exp $ */
    22
    33/*
     
    4444#include <vmutex.h>
    4545#include <wprocess.h>
     46#include "menu.h"
    4647
    4748#include "win32wbase.h"
     
    775776}
    776777
    777 BOOL IsMenuActive(void);
    778 
    779778BOOL ProcessKbdHook(LPMSG msg, BOOL remove )
    780779{
Note: See TracChangeset for help on using the changeset viewer.