FILE_END is a Windows macro [...] so let's change it.

This commit is contained in:
Romain Thomas
2023-03-18 10:41:21 +01:00
parent 9320303fb3
commit a3ec9dc89e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ void create<Binary>(py::module& m) {
The new segments table is relocated right after the first bss-like
segments.
)delim")
.value("FILE_END", Binary::PHDR_RELOC::FILE_END,
.value("FILE_END", Binary::PHDR_RELOC::BINARY_END,
R"delim(
The new segments table is relocated at the end of the binary.
)delim")