mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-18 10:02:23 -07:00
minor fixes
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user