[ros-diffs] [greatlrd] 18892: Correct One struct

greatlrd at svn.reactos.com greatlrd at svn.reactos.com
Sun Oct 30 20:36:53 CET 2005


Correct One struct
Modified: trunk/reactos/w32api/include/d3dtypes.h
  _____  

Modified: trunk/reactos/w32api/include/d3dtypes.h
--- trunk/reactos/w32api/include/d3dtypes.h	2005-10-30 18:43:16 UTC
(rev 18891)
+++ trunk/reactos/w32api/include/d3dtypes.h	2005-10-30 19:36:29 UTC
(rev 18892)
@@ -151,19 +151,19 @@

         union {
                 D3DVALUE r;
                 D3DVALUE dvR;
-        } DUMMYUNIONNAME1;
+        };
         union {
                 D3DVALUE g;
                 D3DVALUE dvG;
-        } DUMMYUNIONNAME2;
+        };
         union {
                 D3DVALUE b;
                 D3DVALUE dvB;
-        } DUMMYUNIONNAME3;
+        };
         union {
                 D3DVALUE a;
                 D3DVALUE dvA;
-        } DUMMYUNIONNAME4;
+        };
 } D3DCOLORVALUE,*LPD3DCOLORVALUE;
 
 typedef struct _D3DRECT {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051030/acb80647/attachment.html


More information about the Ros-diffs mailing list