VirtualBox

Ignore:
Timestamp:
Oct 27, 2017 3:54:24 PM (7 years ago)
Author:
vboxsync
Message:

Debugger,DTrace,IPRT: Use iprt/formats/elf*.h instead of the internal IPRT headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp

    r69111 r69435  
    3838#include <iprt/log.h>
    3939#include <iprt/err.h>
     40#if 0
    4041#include "internal/ldrELF32.h"
    4142#include "internal/ldrELF64.h"
    4243#include "internal/ldrELFi386.h"
    4344#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
    4451#include "internal/ldr.h"
    4552
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette