forgot to add #ifdef MSVC_VER

svn path=/trunk/; revision=30556
This commit is contained in:
Christoph von Wittich 2007-11-18 18:20:07 +00:00
parent 77993f765c
commit 8d6220cb32
2 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,8 @@
#include <aclui.h>
#include <objsel.h>
#ifdef _MSC_VER
#include <precomp.h>
#endif
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */

View file

@ -10,7 +10,7 @@
#include <aclui.h>
#include <sddl.h>
#include <ntsecapi.h>
#if SUPPORT_UXTHEME
#ifdef SUPPORT_UXTHEME
#include <uxtheme.h>
#include <tmschema.h>
#endif