Win32 dirent: change FILENAME_MAX to MAX_PATH
commit7ac2f5d802a98003b458f1fb3e6a09cbaa733e4b
authorKarsten Blees <blees@dcon.de>
Fri, 7 Jan 2011 16:43:14 +0000 (7 17:43 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:41:01 +0000 (15 09:41 +0200)
tree00c870a2cbd48cd808e556abc13e029daf4a964a
parent7f14196f62c80b2ca77a6832c487d714235cc003
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