Index: dll/win32/setupapi/misc.c =================================================================== --- dll/win32/setupapi/misc.c (revision 71850) +++ dll/win32/setupapi/misc.c (working copy) @@ -859,6 +859,15 @@ } /*********************************************************************** + * pSetupDoesUserHavePrivilege (SETUPAPI.@) + */ +DWORD WINAPI pSetupDoesUserHavePrivilege(void) +{ + FIXME( "pSetupDoesUserHavePrivilege stub\n" ); + return TRUE; +} + +/*********************************************************************** * AssertFail (SETUPAPI.@) * * Shows an assert fail error messagebox Index: dll/win32/setupapi/setupapi.spec =================================================================== --- dll/win32/setupapi/setupapi.spec (revision 71850) +++ dll/win32/setupapi/setupapi.spec (working copy) @@ -545,7 +545,7 @@ @ stub pSetupDestroyRunOnceNodeList @ stub pSetupDiGetDeviceInfoContext @ stub pSetupDiSetDeviceInfoContext -@ stub pSetupDoesUserHavePrivilege +@ stdcall pSetupDoesUserHavePrivilege() #FIXME? @ stdcall pSetupDuplicateString(wstr) @ stdcall pSetupEnablePrivilege(wstr long) @ stub pSetupFree