Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5c6e2032
Commit
5c6e2032
authored
Mar 18, 2015
by
André Hentschel
Committed by
Alexandre Julliard
Mar 19, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server: Add header guarding for security.h.
parent
e9d9ef59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
security.h
server/security.h
+5
-0
No files found.
server/security.h
View file @
5c6e2032
...
@@ -18,6 +18,9 @@
...
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#ifndef __WINE_SERVER_SECURITY_H
#define __WINE_SERVER_SECURITY_H
extern
const
LUID
SeIncreaseQuotaPrivilege
;
extern
const
LUID
SeIncreaseQuotaPrivilege
;
extern
const
LUID
SeSecurityPrivilege
;
extern
const
LUID
SeSecurityPrivilege
;
extern
const
LUID
SeTakeOwnershipPrivilege
;
extern
const
LUID
SeTakeOwnershipPrivilege
;
...
@@ -144,3 +147,5 @@ static inline void objattr_get_name( const struct object_attributes *objattr, st
...
@@ -144,3 +147,5 @@ static inline void objattr_get_name( const struct object_attributes *objattr, st
name
->
len
=
((
objattr
->
name_len
)
/
sizeof
(
WCHAR
))
*
sizeof
(
WCHAR
);
name
->
len
=
((
objattr
->
name_len
)
/
sizeof
(
WCHAR
))
*
sizeof
(
WCHAR
);
name
->
str
=
(
const
WCHAR
*
)
objattr
+
(
sizeof
(
*
objattr
)
+
objattr
->
sd_len
)
/
sizeof
(
WCHAR
);
name
->
str
=
(
const
WCHAR
*
)
objattr
+
(
sizeof
(
*
objattr
)
+
objattr
->
sd_len
)
/
sizeof
(
WCHAR
);
}
}
#endif
/* __WINE_SERVER_SECURITY_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment