Do_PrintResult($is_critical,"entry \"SHAREDMEMLOCATION\" not found","file winedefault.reg doesn't seem to have been applied using regapi");
}
@entries=();
Do_Check("availability of windows registry entries");
# FIXME: use a different key for check if Wine adds this one to its
# default registry.
push(@entries,`grep "Default Taskbar" $regfile`);
if(@entries)
{
Do_PrintResult($is_ok);
}
else
{
Do_PrintResult($is_critical,"entry \"Default Taskbar\" not found","Windows registry does not seem to be added to Wine. This can affect many newer programs");
}
@entries=();
}
sub Check_WindowsFiles{
}
sub Print_Score{
# my ($score_total, $score_reached, $score_percent);