[ros-diffs] [weiden] 14617: define KGATE in win32api
weiden at svn.reactos.com
weiden at svn.reactos.com
Thu Apr 14 17:45:15 CEST 2005
define KGATE in win32api
Modified: trunk/reactos/w32api/include/ddk/winddk.h
_____
Modified: trunk/reactos/w32api/include/ddk/winddk.h
--- trunk/reactos/w32api/include/ddk/winddk.h 2005-04-14 15:42:56 UTC
(rev 14616)
+++ trunk/reactos/w32api/include/ddk/winddk.h 2005-04-14 15:45:14 UTC
(rev 14617)
@@ -945,6 +945,11 @@
UCHAR ApcDisable;
} KMUTANT, *PKMUTANT, *RESTRICTED_POINTER PRKMUTANT, KMUTEX, *PKMUTEX,
*RESTRICTED_POINTER PRKMUTEX;
+typedef struct _KGATE
+{
+ DISPATCHER_HEADER Header;
+} KGATE, *PKGATE, *RESTRICTED_POINTER PRKGATE;
+
typedef enum _TIMER_TYPE {
NotificationTimer,
SynchronizationTimer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050414/83bc01ba/attachment.html
More information about the Ros-diffs
mailing list