[ros-diffs] [gedmurphy] 28720: fix building of the new explorer

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Fri Aug 31 21:26:12 CEST 2007


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/explorer.c?rev=28720&r1=28719&r2=28720&view=diff
==============================================================================
--- 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)
 {




More information about the Ros-diffs mailing list