mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
12 lines
242 B
C
12 lines
242 B
C
#ifndef BEARPARSER_PEFILE_H
|
|
#define BEARPARSER_PEFILE_H
|
|
|
|
// win headers:
|
|
#include <bearparser/win_hdrs/win_types.h>
|
|
//supported formats:
|
|
#include <bearparser/pe/PEFile.h>
|
|
#include <bearparser/pe/rsrc/pe_rsrc.h>
|
|
|
|
#endif //BEARPARSER_PEFILE_H
|
|
|