From 4de5218bf072434dbddebd3b4038d315ef3f0a1b Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Mon, 5 Nov 2007 20:38:32 +0000 Subject: [PATCH] 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 --- reactos/include/host/typedefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/include/host/typedefs.h b/reactos/include/host/typedefs.h index 7a103f7e549..cb73137e4f9 100644 --- a/reactos/include/host/typedefs.h +++ b/reactos/include/host/typedefs.h @@ -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