Author: hbelusca Date: Thu Apr 3 22:09:20 2014 New Revision: 62606
URL: http://svn.reactos.org/svn/reactos?rev=62606&view=rev Log: [ACPICA] Disable redundant typedefs that we already got from the inclusion of ntddk.h from elsewhere (and it was done like that in our old modifications of ACPICA). Personally I don't like this way to go, but for the moment just apply something that (seemed to) worked before...
Part 2 of our modifications to ACPICA code. CORE-8044
Modified: trunk/reactos/drivers/bus/acpi/acpica/include/actypes.h
Modified: trunk/reactos/drivers/bus/acpi/acpica/include/actypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/acpi/acpica/inc... ============================================================================== --- trunk/reactos/drivers/bus/acpi/acpica/include/actypes.h [iso-8859-1] (original) +++ trunk/reactos/drivers/bus/acpi/acpica/include/actypes.h [iso-8859-1] Thu Apr 3 22:09:20 2014 @@ -196,11 +196,11 @@ * ******************************************************************************/
-typedef unsigned char BOOLEAN; -typedef unsigned char UINT8; -typedef unsigned short UINT16; -typedef COMPILER_DEPENDENT_UINT64 UINT64; -typedef COMPILER_DEPENDENT_INT64 INT64; +// typedef unsigned char BOOLEAN; +// typedef unsigned char UINT8; +// typedef unsigned short UINT16; +// typedef COMPILER_DEPENDENT_UINT64 UINT64; +// typedef COMPILER_DEPENDENT_INT64 INT64;
/*! [End] no source code translation !*/
@@ -225,8 +225,8 @@
/*! [Begin] no source code translation (keep the typedefs as-is) */
-typedef unsigned int UINT32; -typedef int INT32; +// typedef unsigned int UINT32; +// typedef int INT32;
/*! [End] no source code translation !*/
@@ -264,8 +264,8 @@
/*! [Begin] no source code translation (keep the typedefs as-is) */
-typedef unsigned int UINT32; -typedef int INT32; +// typedef unsigned int UINT32; +// typedef int INT32;
/*! [End] no source code translation !*/