mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 22:23:05 +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 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 ALT_PRESSED (LEFT_ALT_PRESSED | RIGHT_ALT_PRESSED)
|
||||||
#define CTRL_PRESSED (LEFT_CTRL_PRESSED | RIGHT_CTRL_PRESSED)
|
#define CTRL_PRESSED (LEFT_CTRL_PRESSED | RIGHT_CTRL_PRESSED)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue