Author: dgorbachev Date: Sun Oct 18 20:53:13 2009 New Revision: 43573
URL: http://svn.reactos.org/svn/reactos?rev=43573&view=rev Log: [HAL, WIN32K] Add typedef.
Modified: trunk/reactos/hal/halppc/include/haldma.h trunk/reactos/hal/halx86/include/haldma.h trunk/reactos/subsystems/win32/win32k/include/sysparams.h
Modified: trunk/reactos/hal/halppc/include/haldma.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/haldma.h... ============================================================================== --- trunk/reactos/hal/halppc/include/haldma.h [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/include/haldma.h [iso-8859-1] Sun Oct 18 20:53:13 2009 @@ -317,7 +317,7 @@ ULONG Counter; } ROS_MAP_REGISTER_ENTRY, *PROS_MAP_REGISTER_ENTRY;
-struct _ADAPTER_OBJECT { +typedef struct _ADAPTER_OBJECT { /* * New style DMA object definition. The fact that it is at the beginning * of the ADAPTER_OBJECT structure allows us to easily implement the
Modified: trunk/reactos/hal/halx86/include/haldma.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/include/haldma.h... ============================================================================== --- trunk/reactos/hal/halx86/include/haldma.h [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/include/haldma.h [iso-8859-1] Sun Oct 18 20:53:13 2009 @@ -317,7 +317,7 @@ ULONG Counter; } ROS_MAP_REGISTER_ENTRY, *PROS_MAP_REGISTER_ENTRY;
-struct _ADAPTER_OBJECT { +typedef struct _ADAPTER_OBJECT { /* * New style DMA object definition. The fact that it is at the beginning * of the ADAPTER_OBJECT structure allows us to easily implement the
Modified: trunk/reactos/subsystems/win32/win32k/include/sysparams.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/inc... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/include/sysparams.h [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/include/sysparams.h [iso-8859-1] Sun Oct 18 20:53:13 2009 @@ -15,7 +15,7 @@
#define SPIF_PROTECT 0x80000
-enum +typedef enum _USERPREFMASKS { UPM_ACTIVEWINDOWTRACKING = 0x01, UPM_MENUANIMATION = 0x02,