fix building of the new explorer

svn path=/trunk/; revision=28720
This commit is contained in:
Ged Murphy 2007-08-31 19:26:11 +00:00
parent bfee8ab1fd
commit 282872d201

View file

@ -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)
{