ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/extfs_windows.cpp
(Generate patch)

Comparing BasiliskII/src/Windows/extfs_windows.cpp (file contents):
Revision 1.3 by asvitkine, 2007-01-22T17:14:06Z vs.
Revision 1.4 by asvitkine, 2007-01-24T02:37:06Z

# Line 390 | Line 390 | const char *host_encoding_to_macroman(co
390   {
391          return filename;
392   }
393 +
394 + // Convert from MacRoman to host OS filename encoding
395 + const char *macroman_to_host_encoding(const char *filename)
396 + {
397 +        return filename;
398 + }
399 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines