mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
add TAG macro
svn path=/trunk/; revision=16088
This commit is contained in:
parent
499a2712a9
commit
17c0f2829a
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
#include <ddk/winddi.h>
|
#include <ddk/winddi.h>
|
||||||
#include <ddk/ntddvdeo.h>
|
#include <ddk/ntddvdeo.h>
|
||||||
|
|
||||||
|
#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
|
||||||
|
|
||||||
#define DS_SOLIDBRUSH 0x00000001
|
#define DS_SOLIDBRUSH 0x00000001
|
||||||
#define DS_GREYBRUSH 0x00000002
|
#define DS_GREYBRUSH 0x00000002
|
||||||
#define DS_BRUSH 0x00000004
|
#define DS_BRUSH 0x00000004
|
||||||
|
|
Loading…
Reference in a new issue