mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
forgot to add #ifdef MSVC_VER
svn path=/trunk/; revision=30556
This commit is contained in:
parent
77993f765c
commit
8d6220cb32
2 changed files with 3 additions and 1 deletions
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue