X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fwin32ss%2Fdrivers%2Fvideoprt%2Fvideoprt.h;h=2c2c13185be01ced7b04cb1149fc03f593789c02;hp=7ba18612ab647d598fc7adaf117fe84ef915e756;hb=b5f60c35954c0f2e55c6e5bc1241cd84ac6b62bc;hpb=cc5033f6749d3ec5fb229882f4226f79223bd7cc;ds=sidebyside diff --git a/reactos/win32ss/drivers/videoprt/videoprt.h b/reactos/win32ss/drivers/videoprt/videoprt.h index 7ba18612ab6..2c2c13185be 100644 --- a/reactos/win32ss/drivers/videoprt/videoprt.h +++ b/reactos/win32ss/drivers/videoprt/videoprt.h @@ -31,6 +31,7 @@ #include #include #include +#include #define __BROKEN__ #include @@ -113,6 +114,7 @@ typedef struct _VIDEO_PORT_DEVICE_EXTENSTION AGP_BUS_INTERFACE_STANDARD AgpInterface; KMUTEX DeviceLock; LIST_ENTRY DmaAdapterList, ChildDeviceList; + ULONG SessionId; CHAR MiniPortDeviceExtension[1]; } VIDEO_PORT_DEVICE_EXTENSION, *PVIDEO_PORT_DEVICE_EXTENSION;