| commit | b0f02b28b9bebd2b2c3dbd8aa78c5a25613bcc88 | [log] [tgz] |
|---|---|---|
| author | Robert Shearman <rob@codeweavers.com> | Fri Feb 11 11:52:06 2005 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 11 11:52:06 2005 +0000 |
| tree | 7327530a7bea2ff6f738c6801c49e1f8913c43a4 | |
| parent | f8833daef10c697d1f15ee83bab20bb84f3b3131 [diff] [blame] |
- Implement AdjustTokenPrivileges, DuplicateTokenEx and GetTokenInformation (for the TokenPrivileges case). - Return STATUS_NO_TOKEN for OpenThreadToken when there is no token set for the thread.
diff --git a/server/object.h b/server/object.h index e3c2a5d..c42b49c 100644 --- a/server/object.h +++ b/server/object.h
@@ -153,7 +153,7 @@ /* token functions */ -extern struct token *create_token(void); +extern struct token *create_admin_token(void); /* atom functions */