RosBE/RosBE-PPC/elfpe/exports.h
Art Yerkes 2850c14671 Fix us back up to use PE-COFF again. This is getting ridiculous, but I now
really understand everything, and freeldr moved the image mapping code to
a common area.

svn path=/trunk/tools/RosBE/; revision=688
2008-03-07 06:53:55 +00:00

15 lines
286 B
C++

#ifndef COMPDVR_EXPORTS_H
#define COMPDVR_EXPORTS_H
#include <vector>
#include <utility>
#include "pedef.h"
#include "util.h"
#include "objectfile.h"
#include "section.h"
void ExportFixup
(ElfObjectFile &eof, const std::vector<section_mapping_t> &mapping);
#endif//COMPDVR_EXPORTS_H