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.2 by gbeauche, 2005-01-30T21:42:15Z vs.
Revision 1.3 by asvitkine, 2007-01-22T17:14:06Z

# Line 383 | Line 383 | bool extfs_rename(const char *old_path,
383          // Now rename file
384          return rename(old_path, new_path) == 0;
385   }
386 +
387 +
388 + // Convert from the host OS filename encoding to MacRoman
389 + const char *host_encoding_to_macroman(const char *filename)
390 + {
391 +        return filename;
392 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines