mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Don't define asm macros that are not used
svn path=/trunk/; revision=15761
This commit is contained in:
parent
238b5dae79
commit
bf82efbfa5
1 changed files with 0 additions and 3 deletions
|
@ -217,9 +217,6 @@ typedef struct _I8042_HOOK_WORKITEM
|
|||
|
||||
#define KBD_WRAP_MASK 0x1F
|
||||
|
||||
#define disable() __asm__("cli\n\t")
|
||||
#define enable() __asm__("sti\n\t")
|
||||
|
||||
#define ALT_PRESSED (LEFT_ALT_PRESSED | RIGHT_ALT_PRESSED)
|
||||
#define CTRL_PRESSED (LEFT_CTRL_PRESSED | RIGHT_CTRL_PRESSED)
|
||||
|
||||
|
|
Loading…
Reference in a new issue