Changeset 69435 in vbox for trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp
- Timestamp:
- Oct 27, 2017 3:54:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp
r69111 r69435 38 38 #include <iprt/log.h> 39 39 #include <iprt/err.h> 40 #if 0 40 41 #include "internal/ldrELF32.h" 41 42 #include "internal/ldrELF64.h" 42 43 #include "internal/ldrELFi386.h" 43 44 #include "internal/ldrELFAmd64.h" 45 #else 46 # include <iprt/formats/elf32.h> 47 # include <iprt/formats/elf64.h> 48 # include <iprt/formats/elf-i386.h> 49 # include <iprt/formats/elf-amd64.h> 50 #endif 44 51 #include "internal/ldr.h" 45 52
Note:
See TracChangeset
for help on using the changeset viewer.