Author: sginsberg Date: Mon Nov 17 15:52:55 2008 New Revision: 37422
URL: http://svn.reactos.org/svn/reactos?rev=37422&view=rev Log: - 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
Modified: trunk/reactos/base/applications/mstsc/types.h trunk/reactos/base/applications/regedit/regedit.h
Modified: trunk/reactos/base/applications/mstsc/types.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mstsc/typ... ============================================================================== --- trunk/reactos/base/applications/mstsc/types.h [iso-8859-1] (original) +++ trunk/reactos/base/applications/mstsc/types.h [iso-8859-1] Mon Nov 17 15:52:55 2008 @@ -17,8 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - -typedef int BOOL;
#ifndef True #define True (1)
Modified: trunk/reactos/base/applications/regedit/regedit.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/r... ============================================================================== --- trunk/reactos/base/applications/regedit/regedit.h [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/regedit.h [iso-8859-1] Mon Nov 17 15:52:55 2008 @@ -13,9 +13,7 @@ #include <limits.h> #include <accctrl.h> #include <objbase.h> -#include <basetyps.h> #include <unknwn.h> -#include <aclui.h> #include <aclapi.h> #include <commdlg.h> #include <cderr.h>