mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- sort wdm.h a bit more
- add missing NTAPI - move TIMER_TYPE to ntdef.h - remove duplicate port and register functions - add volatile keyword where appropriate to register access inline functions - Use result variable in IoGetRemainingStackSize inline function to avoid a warning svn path=/branches/header-work/; revision=45816
This commit is contained in:
+4959
-5333
File diff suppressed because it is too large
Load Diff
@@ -420,12 +420,6 @@ typedef BOOLEAN
|
||||
ASSERT(((E)->Header.Type == NotificationEvent) || \
|
||||
((E)->Header.Type == SynchronizationEvent))
|
||||
|
||||
|
||||
typedef enum _TIMER_TYPE {
|
||||
NotificationTimer,
|
||||
SynchronizationTimer
|
||||
} TIMER_TYPE;
|
||||
|
||||
#define KEYBOARD_INSERT_ON 0x08
|
||||
#define KEYBOARD_CAPS_LOCK_ON 0x04
|
||||
#define KEYBOARD_NUM_LOCK_ON 0x02
|
||||
|
||||
@@ -92,6 +92,11 @@ typedef enum _EVENT_TYPE {
|
||||
SynchronizationEvent
|
||||
} EVENT_TYPE;
|
||||
|
||||
typedef enum _TIMER_TYPE {
|
||||
NotificationTimer,
|
||||
SynchronizationTimer
|
||||
} TIMER_TYPE;
|
||||
|
||||
//
|
||||
// FIXME
|
||||
// We should use the -fms-extensions compiler flag for gcc,
|
||||
|
||||
Reference in New Issue
Block a user