From d2117c14ba72b3fb3160034e11d4e431f22f9c5e Mon Sep 17 00:00:00 2001 From: Vitaliy Margolen Date: Thu, 16 Jul 2009 07:15:22 -0600 Subject: [PATCH] shell32: Export IsUserAnAdmin by name as well. --- dlls/shell32/shell32.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index 433ed3a7cbd..2eb5934a101 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) -- 2.11.4.GIT