Author: gedmurphy
Date: Fri Aug 31 23:26:11 2007
New Revision: 28720
URL: 
http://svn.reactos.org/svn/reactos?rev=28720&view=rev
Log:
fix building of the new explorer
Modified:
    trunk/reactos/base/shell/explorer-new/explorer.c
Modified: trunk/reactos/base/shell/explorer-new/explorer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/ex…
==============================================================================
--- trunk/reactos/base/shell/explorer-new/explorer.c (original)
+++ trunk/reactos/base/shell/explorer-new/explorer.c Fri Aug 31 23:26:11 2007
@@ -246,15 +246,6 @@
 }
-#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)
 {