Remove $Id$ tags
authorHervé Poussineau <hpoussin@reactos.org>
Wed, 24 Aug 2005 18:29:45 +0000 (18:29 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Wed, 24 Aug 2005 18:29:45 +0000 (18:29 +0000)
commit9195c7dd4f79caa7d20685407db642e2f9293aff
tree5cb06d146d0eb94fe4edb5467e39c3d5afc4bfef
parentbf3117cb5ed0dedc53f82ecd76e844c5929aa8b2
Remove $Id$ tags
Use FATEntry.ShortName field instead of FATEntry.FileName when dealing with full name
Remove LL suffix on long long constants
Replace Win32 types by their kernel counterparts (DWORD -> ULONG, ...)

svn path=/trunk/; revision=17516
20 files changed:
reactos/drivers/fs/vfat/cleanup.c
reactos/drivers/fs/vfat/close.c
reactos/drivers/fs/vfat/create.c
reactos/drivers/fs/vfat/dir.c
reactos/drivers/fs/vfat/direntry.c
reactos/drivers/fs/vfat/dirwr.c
reactos/drivers/fs/vfat/ea.c
reactos/drivers/fs/vfat/fastio.c
reactos/drivers/fs/vfat/fat.c
reactos/drivers/fs/vfat/fcb.c
reactos/drivers/fs/vfat/finfo.c
reactos/drivers/fs/vfat/flush.c
reactos/drivers/fs/vfat/fsctl.c
reactos/drivers/fs/vfat/iface.c
reactos/drivers/fs/vfat/misc.c
reactos/drivers/fs/vfat/rw.c
reactos/drivers/fs/vfat/shutdown.c
reactos/drivers/fs/vfat/string.c
reactos/drivers/fs/vfat/vfatfs.rc
reactos/drivers/fs/vfat/volume.c