Mercurial > emacs
view etc/images/gud/stepi.xpm @ 87990:78715eba45dd
(g_b_init_get_sid_sub_authority, g_b_init_get_sid_sub_authority_count): New
static variables.
(GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
(get_sid_sub_authority, get_sid_sub_authority_count): New functions.
(init_user_info): Use the above two new functions to retrieve uid and gid.
Use 500/513, the Windows defaults, as Administrator's uid/gid.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 26 Jan 2008 13:03:39 +0000 |
parents | f309eed9f854 |
children |
line wrap: on
line source
/* XPM */ static char * gud_stepi_xpm[] = { "24 24 5 1", " c None", ". c #D4D400000000", "X c #616161616161", "o c #2A2A1F1F5555", "O c #CCCC99999999", " ", " ", " ", " ", " ..... ", " . . ", " . . ", " . . ", " . X . X ", " . Xo .O.O. oX ", " Xo O...O oX ", " Xo ... oX ", " Xo O.O oX ", " oX . Xo ", " oX Xo ", " oX Xo ", " oX Xo ", " o o ", " ", " ", " ", " ", " ", " "};