mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-05 08:39:32 +00:00
Export BuildToolVersion
This commit is contained in:
parent
68f6154722
commit
f9e88a6665
@ -29,7 +29,7 @@ namespace LIEF {
|
||||
namespace MachO {
|
||||
|
||||
|
||||
class BuildToolVersion : public LIEF::Object {
|
||||
class LIEF_API BuildToolVersion : public LIEF::Object {
|
||||
public:
|
||||
//! @brief Version is an array of **3** integers
|
||||
using version_t = std::array<uint32_t, 3>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user