[ros-diffs] [cfinck] 30201: Remove the "#define _TYPEDEFS64_H" line, which prevented the inclusion of the former typedefs64.h, so future generations are not confused :)

cfinck at svn.reactos.org cfinck at svn.reactos.org
Mon Nov 5 21:38:32 CET 2007


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=30201&r1=30200&r2=30201&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list