--- BasiliskII/src/Windows/extfs_windows.cpp 2007/01/22 17:14:06 1.3 +++ BasiliskII/src/Windows/extfs_windows.cpp 2008/01/01 09:40:33 1.5 @@ -1,7 +1,7 @@ /* * extfs_windows.cpp - MacOS file system for access native file system access, Windows specific stuff * - * Basilisk II (C) 1997-2005 Christian Bauer + * Basilisk II (C) 1997-2008 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -390,3 +390,10 @@ const char *host_encoding_to_macroman(co { return filename; } + +// Convert from MacRoman to host OS filename encoding +const char *macroman_to_host_encoding(const char *filename) +{ + return filename; +} +