Remove the "#define _TYPEDEFS64_H" line, which prevented the inclusion of the former typedefs64.h, so future generations are not confused :)

svn path=/trunk/; revision=30201
This commit is contained in:
Colin Finck 2007-11-05 20:38:32 +00:00
parent fdf06585f4
commit 4de5218bf0

View file

@ -231,6 +231,5 @@ typedef const UNICODE_STRING *PCUNICODE_STRING;
/* Prevent inclusion of some other headers */
#define __INTERNAL_DEBUG
#define RTL_H
#define _TYPEDEFS64_H
#endif