commit | 5ec1718d745ef795ac890f4580e34a0b44bbc94d | [log] [tgz] |
---|---|---|
author | Vitaliy Margolen <wine-patches@kievinfo.com> | Tue Feb 06 21:44:15 2007 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 15 13:28:00 2007 +0100 |
tree | 5d17519571f0f8c667356ae88c3d6bc4988de479 | |
parent | 2051bcccca872da2a975dfe987622ed3dab9f881 [diff] [blame] |
server: Add security descriptor field to object struct.
diff --git a/server/object.h b/server/object.h index 1a75e4c..a2d7029 100644 --- a/server/object.h +++ b/server/object.h
@@ -88,6 +88,7 @@ const struct object_ops *ops; struct list wait_queue; struct object_name *name; + struct security_descriptor *sd; #ifdef DEBUG_OBJECTS struct list obj_list; #endif