StdLib: Replace some non-ASCII characters with ASCII equivalents.
Signed-off-by: darylm503 Reviewed-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12302 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -68,7 +68,7 @@ struct dirent {
|
||||
// on the file system volume.
|
||||
UINT64 Attribute; // The time the file was created.
|
||||
struct timespec CreateTime; // The time when the file was last accessed.
|
||||
struct timespec LastAccessTime; // The time when the file’s contents were last modified.
|
||||
struct timespec LastAccessTime; // The time when the file's contents were last modified.
|
||||
struct timespec ModificationTime; // The attribute bits for the file. See below.
|
||||
CHAR16 FileName[1]; // The Null-terminated name of the file.
|
||||
};
|
||||
|
Reference in New Issue
Block a user