[ros-diffs] [greatlrd] 16088: add TAG macro

greatlrd at svn.reactos.com greatlrd at svn.reactos.com
Sun Jun 19 12:10:45 CEST 2005


add TAG macro
Modified: trunk/reactos/drivers/video/displays/vga/vgaddi.h
  _____  

Modified: trunk/reactos/drivers/video/displays/vga/vgaddi.h
--- trunk/reactos/drivers/video/displays/vga/vgaddi.h	2005-06-19
09:48:14 UTC (rev 16087)
+++ trunk/reactos/drivers/video/displays/vga/vgaddi.h	2005-06-19
10:10:34 UTC (rev 16088)
@@ -2,6 +2,8 @@

 #include <ddk/winddi.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_GREYBRUSH   0x00000002
 #define DS_BRUSH       0x00000004
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050619/5539dacb/attachment.html


More information about the Ros-diffs mailing list