mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
fix compile with msvc
svn path=/trunk/; revision=18611
This commit is contained in:
parent
778c4d292a
commit
4cafe154cc
2 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,7 @@ BEGIN
|
||||||
LTEXT "Erlauben", IDC_LABEL_ALLOW, 135, 107, 32, 8, SS_CENTER
|
LTEXT "Erlauben", IDC_LABEL_ALLOW, 135, 107, 32, 8, SS_CENTER
|
||||||
LTEXT "Verbieten", IDC_LABEL_DENY, 176, 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
|
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
|
PUSHBUTTON "Er&weitert", IDC_ADVANCED, 165, 194, 55, 14
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
#include <prsht.h>
|
#include <prsht.h>
|
||||||
#include <aclui.h>
|
#include <aclui.h>
|
||||||
#include <sddl.h>
|
#include <sddl.h>
|
||||||
|
#if defined (__GNUC__)
|
||||||
#include <winternl.h>
|
#include <winternl.h>
|
||||||
|
#endif
|
||||||
#include <ntsecapi.h>
|
#include <ntsecapi.h>
|
||||||
#if SUPPORT_UXTHEME
|
#if SUPPORT_UXTHEME
|
||||||
#include <uxtheme.h>
|
#include <uxtheme.h>
|
||||||
|
|
Loading…
Reference in a new issue