mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix building of the new explorer
svn path=/trunk/; revision=28720
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user