* win_stat: Add stat.isreg support This PR includes the following changes: - Adds stat.isreg support (cfr. the stat module) - Always returns stat.isdir, stat.islnk, stat.isreg, stat.isshared * Remove the controversial part