Module: wine Branch: master Commit: d2117c14ba72b3fb3160034e11d4e431f22f9c5e URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2117c14ba72b3fb3160034e11...
Author: Vitaliy Margolen wine-patches@kievinfo.com Date: Thu Jul 16 07:15:22 2009 -0600
shell32: Export IsUserAnAdmin by name as well.
---
dlls/shell32/shell32.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index 433ed3a..2eb5934 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -251,7 +251,7 @@ 654 stdcall @(long long) shell32_654 # ReadCabinetState@8
660 stdcall -noname FileIconInit(long) - 680 stdcall -noname IsUserAnAdmin() + 680 stdcall IsUserAnAdmin()
704 stdcall -noname GUIDFromStringW(wstr ptr)