Win32 dirent: change FILENAME_MAX to MAX_PATH
commitfc390b37572357d10ab8a141fb6bf1d156b1350d
authorKarsten Blees <blees@dcon.de>
Fri, 7 Jan 2011 16:43:14 +0000 (7 17:43 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 8 Jan 2012 17:12:08 +0000 (8 11:12 -0600)
tree9ba6346acbcd21dbcc6b0338bdec62340609e6dd
parent05c3d2adb51a3892585cc14e6e344a25209bd765
Win32 dirent: change FILENAME_MAX to MAX_PATH

FILENAME_MAX and MAX_PATH are both 260 on Windows, however, MAX_PATH is
used throughout the other Win32 code in Git, and also defines the length
of file name buffers in the Win32 API (e.g. WIN32_FIND_DATA.cFileName,
from which we're copying the dirent data).

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
compat/win32/dirent.h