forget remove struct _SURFACEALIGNMENT for it have been move to right
header dmemmgr.h
Modified: trunk/reactos/w32api/include/ddk/winddi.h
_____
Modified: trunk/reactos/w32api/include/ddk/winddi.h
--- trunk/reactos/w32api/include/ddk/winddi.h 2005-10-15 02:00:56 UTC
(rev 18466)
+++ trunk/reactos/w32api/include/ddk/winddi.h 2005-10-15 09:10:57 UTC
(rev 18467)
@@ -1026,23 +1026,8 @@
LPWSTR pwszOrg;
} STROBJ;
-typedef struct _SURFACEALIGNMENT {
- union {
- struct {
- DWORD dwStartAlignment;
- DWORD dwPitchAlignment;
- DWORD dwReserved1;
- DWORD dwReserved2;
- } Linear;
- struct {
- DWORD dwXAlignment;
- DWORD dwYAlignment;
- DWORD dwReserved1;
- DWORD dwReserved2;
- } Rectangular;
- };
-} SURFACEALIGNMENT, *LPSURFACEALIGNMENT;
+
/* SURFOBJ.iType constants */
#define STYPE_BITMAP 0L
#define STYPE_DEVICE 1L
Show replies by date