mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
LiteStep needs GetUserName aliased
svn path=/trunk/; revision=2218
This commit is contained in:
parent
787bcc5f53
commit
301b03bb9b
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
advapi32.a
|
advapi32.a
|
||||||
advapi32.dll
|
advapi32.dll
|
||||||
|
advapi32.nostrip.dll
|
||||||
advapi32.lib
|
advapi32.lib
|
||||||
advapi32.coff
|
advapi32.coff
|
||||||
base.tmp
|
base.tmp
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; $Id: advapi32.edf,v 1.13 2001/06/17 20:20:00 ekohl Exp $
|
; $Id: advapi32.edf,v 1.14 2001/09/01 19:39:23 rex Exp $
|
||||||
;
|
;
|
||||||
; advapi32.def
|
; advapi32.def
|
||||||
;
|
;
|
||||||
|
@ -167,8 +167,8 @@ GetTokenInformation=GetTokenInformation@20
|
||||||
;GetTrusteeNameW=GetTrusteeNameW@4
|
;GetTrusteeNameW=GetTrusteeNameW@4
|
||||||
;GetTrusteeTypeA=GetTrusteeTypeA@4
|
;GetTrusteeTypeA=GetTrusteeTypeA@4
|
||||||
;GetTrusteeTypeW=GetTrusteeTypeW@4
|
;GetTrusteeTypeW=GetTrusteeTypeW@4
|
||||||
;GetUserNameA=GetUserNameA@8
|
GetUserNameA=GetUserNameA@8
|
||||||
;GetUserNameW=GetUserNameW@8
|
GetUserNameW=GetUserNameW@8
|
||||||
;GrantAccessRightsA=GrantAccessRightsA@16
|
;GrantAccessRightsA=GrantAccessRightsA@16
|
||||||
;GrantAccessRightsW=GrantAccessRightsW@16
|
;GrantAccessRightsW=GrantAccessRightsW@16
|
||||||
;I_ScGetCurrentGroupStateW=I_ScGetCurrentGroupStateW@12
|
;I_ScGetCurrentGroupStateW=I_ScGetCurrentGroupStateW@12
|
||||||
|
|
Loading…
Reference in a new issue