mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
9 lines
154 B
C
9 lines
154 B
C
#pragma once
|
|
|
|
// win headers:
|
|
#include "../../win_hdrs/win_types.h"
|
|
//supported formats:
|
|
#include "../../pe/PEFile.h"
|
|
#include "../../pe/rsrc/pe_rsrc.h"
|
|
|