commit | eb6a1fc9d0f128f5cf990cc5f79a34bb9f02be75 | [log] [tgz] |
---|---|---|
author | EA Durbin <ead1234@hotmail.com> | Thu Nov 08 15:09:08 2007 -0600 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 09 12:58:26 2007 +0100 |
tree | 733f847248ed3b8293fb6174eed68524eb708f91 | |
parent | 83a4dbaa689d54f12ce05011c9f41b7637f3b75b [diff] [blame] |
ntoskrnl.exe: Add stub Implementation of IoAllocateWorkItem.
diff --git a/include/ddk/wdm.h b/include/ddk/wdm.h index c78e2da..0e26ac2 100644 --- a/include/ddk/wdm.h +++ b/include/ddk/wdm.h
@@ -88,6 +88,7 @@ typedef struct _ETHREAD *PETHREAD; typedef struct _KTHREAD *PKTHREAD; typedef struct _EPROCESS *PEPROCESS; +typedef struct _IO_WORKITEM *PIO_WORKITEM; #define MAXIMUM_VOLUME_LABEL_LENGTH (32 * sizeof(WCHAR))