Author: sserapion Date: Thu Sep 25 00:15:16 2008 New Revision: 36504
URL: http://svn.reactos.org/svn/reactos?rev=36504&view=rev Log: Fix redefinition warning.
Modified: branches/ros-amd64-bringup/reactos/include/host/typedefs.h
Modified: branches/ros-amd64-bringup/reactos/include/host/typedefs.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/includ... ============================================================================== --- branches/ros-amd64-bringup/reactos/include/host/typedefs.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/include/host/typedefs.h [iso-8859-1] Thu Sep 25 00:15:16 2008 @@ -40,7 +40,7 @@ #define OPTIONAL
#define FALSE 0 -#define TRUE (!(FALSE)) +#define TRUE 1
/* FIXME: this value is target specific, host tools MUST not use it * and this line has to be removed */