From 282872d201eb7a54fd0a8a33fc1dc1a7f889e1ad Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Fri, 31 Aug 2007 19:26:11 +0000 Subject: [PATCH] fix building of the new explorer svn path=/trunk/; revision=28720 --- reactos/base/shell/explorer-new/explorer.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/reactos/base/shell/explorer-new/explorer.c b/reactos/base/shell/explorer-new/explorer.c index 91c5dc0f4f8..a5544182054 100644 --- a/reactos/base/shell/explorer-new/explorer.c +++ b/reactos/base/shell/explorer-new/explorer.c @@ -246,15 +246,6 @@ GetExplorerRegValueSet(IN HKEY hKey, } -#if 1 -/* FIXME: Should be implemented in shell32 */ -BOOL WINAPI IsUserAnAdmin(VOID) -{ - HRESULT WINAPI IsUserAdmin(void); - return (BOOL)IsUserAdmin(); -} -#endif - static BOOL SetShellReadyEvent(IN LPCTSTR lpEventName) {