mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93
.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
parent
bbabe2489e
commit
9393fc320e
701 changed files with 14685 additions and 14693 deletions
|
@ -1,7 +1,7 @@
|
|||
This is VFAT driver release 0.0.5
|
||||
|
||||
To install :
|
||||
extract files
|
||||
extract files
|
||||
delete all object files (*.o) in all subdirectories
|
||||
(because include file include/ddk/iotypes.h is modified and is used by many files)
|
||||
recompile reactos
|
||||
|
|
|
@ -54,7 +54,7 @@ fonctions strictement internes dans iface.c :
|
|||
void WriteCluster(PDEVICE_EXTENSION DeviceExt, ULONG ClusterToWrite,
|
||||
ULONG NewValue)
|
||||
ULONG GetNextWriteCluster(PDEVICE_EXTENSION DeviceExt, ULONG CurrentCluster)
|
||||
unsigned long ClusterToSector(PDEVICE_EXTENSION DeviceExt,
|
||||
unsigned long ClusterToSector(PDEVICE_EXTENSION DeviceExt,
|
||||
unsigned long Cluster)
|
||||
void RtlAnsiToUnicode(PWSTR Dest, PCH Source, ULONG Length)
|
||||
void vfat_initstr(wchar_t *wstr, ULONG wsize)
|
||||
|
@ -76,7 +76,7 @@ fonctions strictement internes dans iface.c :
|
|||
renvoie STATUS_UNSUCCESSFUL sinon.
|
||||
NTSTATUS FsdCloseFile(PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject)
|
||||
ne fait rien, renvoie STATUS_SUCCESS.
|
||||
NTSTATUS FsdOpenFile(PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject,
|
||||
NTSTATUS FsdOpenFile(PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject,
|
||||
PWSTR FileName)
|
||||
parcourt l'arborescence pour trouver le fichier(appelle FindFile à chaque niveau)
|
||||
si trouvé : FileObject->FsContext = Fcb du fichier, renvoie STATUS_SUCCESS
|
||||
|
@ -94,4 +94,4 @@ fonctions strictement internes dans iface.c :
|
|||
NTSTATUS FsdMount(PDEVICE_OBJECT DeviceToMount)
|
||||
NTSTATUS FsdGetStandardInformation(PFCB FCB, PDEVICE_OBJECT DeviceObject,
|
||||
PFILE_STANDARD_INFORMATION StandardInfo);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue