fix compile with msvc

svn path=/trunk/; revision=18611
This commit is contained in:
Christoph von Wittich 2005-10-19 21:46:30 +00:00
parent 778c4d292a
commit 4cafe154cc
2 changed files with 3 additions and 1 deletions

View file

@ -13,7 +13,7 @@ BEGIN
LTEXT "Erlauben", IDC_LABEL_ALLOW, 135, 107, 32, 8, SS_CENTER
LTEXT "Verbieten", IDC_LABEL_DENY, 176, 107, 32, 8, SS_CENTER
CONTROL "", IDC_ACE_CHECKLIST, "CHECKLIST_ACLUI", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 117, 213, 72, WS_EX_CLIENTEDGE
LTEXT "Klicken Sie auf \"Erweitert\", um spezielle Berechtigungen oder erweiterte Einstellungen anzuzeigen.", IDC_LABEL_ADVANCED, 7, 194, 153, 16, SS_LEFT
LTEXT "Klicken Sie auf ""Erweitert"", um spezielle Berechtigungen oder erweiterte Einstellungen anzuzeigen.", IDC_LABEL_ADVANCED, 7, 194, 153, 16, SS_LEFT
PUSHBUTTON "Er&weitert", IDC_ADVANCED, 165, 194, 55, 14
END

View file

@ -5,7 +5,9 @@
#include <prsht.h>
#include <aclui.h>
#include <sddl.h>
#if defined (__GNUC__)
#include <winternl.h>
#endif
#include <ntsecapi.h>
#if SUPPORT_UXTHEME
#include <uxtheme.h>