mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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.dll
|
||||
advapi32.nostrip.dll
|
||||
advapi32.lib
|
||||
advapi32.coff
|
||||
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
|
||||
;
|
||||
|
@ -167,8 +167,8 @@ GetTokenInformation=GetTokenInformation@20
|
|||
;GetTrusteeNameW=GetTrusteeNameW@4
|
||||
;GetTrusteeTypeA=GetTrusteeTypeA@4
|
||||
;GetTrusteeTypeW=GetTrusteeTypeW@4
|
||||
;GetUserNameA=GetUserNameA@8
|
||||
;GetUserNameW=GetUserNameW@8
|
||||
GetUserNameA=GetUserNameA@8
|
||||
GetUserNameW=GetUserNameW@8
|
||||
;GrantAccessRightsA=GrantAccessRightsA@16
|
||||
;GrantAccessRightsW=GrantAccessRightsW@16
|
||||
;I_ScGetCurrentGroupStateW=I_ScGetCurrentGroupStateW@12
|
||||
|
|
Loading…
Reference in a new issue