Author: cfinck Date: Mon Nov 5 23:38:32 2007 New Revision: 30201
URL: http://svn.reactos.org/svn/reactos?rev=30201&view=rev Log: Remove the "#define _TYPEDEFS64_H" line, which prevented the inclusion of the former typedefs64.h, so future generations are not confused :)
Modified: trunk/reactos/include/host/typedefs.h
Modified: trunk/reactos/include/host/typedefs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/host/typedefs.h?rev... ============================================================================== --- trunk/reactos/include/host/typedefs.h (original) +++ trunk/reactos/include/host/typedefs.h Mon Nov 5 23:38:32 2007 @@ -231,6 +231,5 @@ /* Prevent inclusion of some other headers */ #define __INTERNAL_DEBUG #define RTL_H -#define _TYPEDEFS64_H - -#endif + +#endif