second try at fixing win64 build

This commit is contained in:
paul moore
2023-12-14 14:25:35 -08:00
parent 519a52d92c
commit 08341aae30
19 changed files with 504 additions and 14 deletions

View File

@@ -92,8 +92,7 @@ static const FileId TypeTable[] = {
/*****************************************************************************/
FILETYPE GetFileType (const char* Name)
FILETYPE GetTypeOfFile (const char* Name)
/* Determine the type of the given file by looking at the name. If the file
** type could not be determined, the function returns FILETYPE_UNKOWN.
*/