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

@@ -189,7 +189,7 @@ static void LinkFile (const char* Name, FILETYPE Type)
/* If we don't know the file type, determine it from the extension */
if (Type == FILETYPE_UNKNOWN) {
Type = GetFileType (Name);
Type = GetTypeOfFile (Name);
}
/* For known file types, search the file in the directory list */