- 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
This commit is contained in:
Stefan Ginsberg 2008-11-17 21:52:55 +00:00
parent 1bd1e3126a
commit 1861d15230
2 changed files with 0 additions and 4 deletions

View file

@ -18,8 +18,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
typedef int BOOL;
#ifndef True
#define True (1)
#define False (0)

View file

@ -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>