id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 9430 RemoveDirectory name clash Lawrence Rust beirdo "In commit e090e97d2e422e91c289b8728dca674ae4529efb the function RemoveDirectory was added. Unfortunately the same name is #defined in to have either a W or A suffix depending on UNICODE. This causes Windows builds of MythArchive to fail with unresolved references to RemoveDirectoryW. A pragmatic solution is to #undef RemoveDirectory in libs/linmyth/util,cpp just before its definition and to do the same just before the inclusion of util.h in mythplugins/mytharchive/mytharchivehelper/main.cpp and mythplugins/mytharchive/mytharchive/mythburn.cpp. A more elegant solution would be to rename it to say MythRemoveDirectory. " Bug Report closed minor 0.25 MythTV - MythSystem Master Head medium fixed RemoveDirectory Windows 0