Commit in reactos/w32api/include/ddk on MAIN
winddk.h+3-71.5 -> 1.6
Restore modification.

reactos/w32api/include/ddk
winddk.h 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- winddk.h	7 Apr 2004 15:02:31 -0000	1.5
+++ winddk.h	7 Apr 2004 15:33:55 -0000	1.6
@@ -7114,14 +7114,11 @@
   OUT PKIRQL  OldIrql);
 
 /* System Service Dispatch Table */
-typedef struct _SSDT {
-  ULONG  SysCallPtr;
-} SSDT, *PSSDT;
+typedef PVOID (NTAPI * SSDT)(VOID);
+typedef SSDT * PSSDT;
 
 /* System Service Parameters Table */
-typedef struct _SSPT {
-  ULONG  ParamBytes;
-} SSPT, *PSSPT;
+typedef UCHAR SSPT, * PSSPT;
 
 typedef struct _SSDT_ENTRY {
 	PSSDT  SSDT;
@@ -9115,4 +9112,3 @@
 #endif
 
 #endif /* __WINDDK_H */
-
CVSspam 0.2.8