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

@@ -1610,7 +1610,7 @@ int main (int argc, char* argv [])
}
/* Determine the file type by the extension */
switch (GetFileType (Arg)) {
switch (GetTypeOfFile (Arg)) {
case FILETYPE_C:
/* Compile the file */