From 1861d15230360c23301451e4227dc9030f8dc955 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Mon, 17 Nov 2008 21:52:55 +0000 Subject: [PATCH] - MSTSC: Don't redefine BOOL - Regedit: Don't include basetyps.h. Not needed and it just breaks things. Also don't include aclui.h as we...for some reason...implement the required parts of that API locally svn path=/trunk/; revision=37422 --- reactos/base/applications/mstsc/types.h | 2 -- reactos/base/applications/regedit/regedit.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/reactos/base/applications/mstsc/types.h b/reactos/base/applications/mstsc/types.h index f8b62821ea8..578689666bb 100644 --- a/reactos/base/applications/mstsc/types.h +++ b/reactos/base/applications/mstsc/types.h @@ -18,8 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -typedef int BOOL; - #ifndef True #define True (1) #define False (0) diff --git a/reactos/base/applications/regedit/regedit.h b/reactos/base/applications/regedit/regedit.h index 842ce6ea425..58cc4aa5062 100644 --- a/reactos/base/applications/regedit/regedit.h +++ b/reactos/base/applications/regedit/regedit.h @@ -13,9 +13,7 @@ #include #include #include -#include #include -#include #include #include #include