minor fixes

This commit is contained in:
Nikita Smith
2024-10-15 17:24:29 -07:00
parent 1bcd66329f
commit 0cf553e39a
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1011,7 +1011,7 @@ X(C11, 2)\
X(C13, 4)\
X(RESERVED, 5)
typedef U16 CV_Signature;
typedef U32 CV_Signature;
typedef enum CV_SignatureEnum
{
#define X(N,c) CV_Signature_##N = c,
-1
View File
@@ -628,7 +628,6 @@ pe_get_entry_point_names(COFF_MachineType machine,
case PE_WindowsSubsystem_XBOX:
case PE_WindowsSubsystem_WINDOWS_BOOT_APPLICATION: {
// TODO
NotImplemented;
} break;
}
}