Merge pull request #2310 from pm100/vs64

second try at fixing win64 build
This commit is contained in:
Bob Andrews
2023-12-31 18:54:23 +01:00
committed by GitHub
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.
*/

View File

@@ -63,7 +63,7 @@ typedef enum {
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.
*/