mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Fix DPFLTR_IHVVIDEO_ID constant value
svn path=/trunk/; revision=22221
This commit is contained in:
parent
bf3af9216b
commit
df3e3981c8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
#define TAG_VIDEO_PORT TAG('V', 'I', 'D', 'P')
|
||||
|
||||
#define DPFLTR_IHVVIDEO_ID 0 /* FIXME */
|
||||
#define DPFLTR_IHVVIDEO_ID 80 /* FIXME */
|
||||
|
||||
/* ROS Internal. Please deprecate */
|
||||
NTHALAPI
|
||||
|
|
Loading…
Reference in a new issue