Ignore:
Timestamp:
Oct 9, 2001, 7:18:39 AM (24 years ago)
Author:
phaller
Message:

enabled low level keyboard hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/hook.h

    r6859 r6973  
    1 /* $Id: hook.h,v 1.4 2001-09-28 14:06:39 phaller Exp $ */
     1/* $Id: hook.h,v 1.5 2001-10-09 05:18:39 phaller Exp $ */
    22
    33/*
     
    3030
    3131extern BOOL ProcessKbdHook(LPMSG msg, BOOL remove );
    32 extern BOOL ProcessKbdHookLL(LPMSG msg, BOOL remove );
     32extern BOOL ProcessKbdHookLL(LPMSG msg, BOOL flagRemove, BOOL flagInjected );
    3333
    3434#endif  /* __WINE_HOOK_H */
Note: See TracChangeset for help on using the changeset viewer.