Changeset 107600 in vbox for trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
- Timestamp:
- Jan 9, 2025 4:52:56 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
r106061 r107600 209 209 static NTSTATUS rtLocalIpcBuildDacl(PACL pDacl, bool fServer) 210 210 { 211 static SID_IDENTIFIER_AUTHORITY s_NtAuth = SECURITY_NT_AUTHORITY; 212 static SID_IDENTIFIER_AUTHORITY s_WorldAuth = SECURITY_WORLD_SID_AUTHORITY; 211 static SID_IDENTIFIER_AUTHORITY s_NtAuth = SECURITY_NT_AUTHORITY; 213 212 union 214 213 {
Note:
See TracChangeset
for help on using the changeset viewer.