minor fixes

This commit is contained in:
Nikita Smith
2024-10-26 22:00:29 -07:00
parent e085dae636
commit baead67a99
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#define BUILD_VERSION_PATCH 13
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
#define BUILD_VERSION_STRING Stringify(BUILD_VERSION_MAJOR) "." Stringify(BUILD_VERSION_MINOR) "." Stringify(BUILD_VERSION_PATCH)
#define BUILD_TITLE "Epic Games Tools (R) RAD PE/COFF Linker " BUILD_VERSION_STRING
#define BUILD_TITLE "Epic Games Tools (R) RAD COFF/PE Linker " BUILD_VERSION_STRING
////////////////////////////////
+1 -1
View File
@@ -789,7 +789,7 @@ lnk_print_help(void)
Temp scratch = scratch_begin(0,0);
fprintf(stdout, "--- Help -------------------------------------------------------\n");
fprintf(stdout, " %s\n", BUILD_VERSION_STRING);
fprintf(stdout, " %s\n", BUILD_TITLE);
fprintf(stdout, "\n");
fprintf(stdout, " Usage: rad-link.exe [Options] [Files] [@rsp]\n");
fprintf(stdout, "\n");
+1 -1
View File
@@ -399,7 +399,7 @@ struct PE_ImportEntry
typedef struct PE_DelayedImportEntry PE_DelayedImportEntry;
struct PE_DelayedImportEntry
{
// According to PE/COFF spec this field is unused and should be set zero,
// According to COFF/PE spec this field is unused and should be set zero,
// but when I compile mule with MSVC 2019 this is set to 1.
U32 attributes;
U32 name_voff; // Name of the DLL