mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Fix Windows issues
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
|
||||
#include "pyMachO.hpp"
|
||||
|
||||
#ifdef uuid_t
|
||||
#pragma message("Windows #define uuid_t, undefine it for this file.")
|
||||
#undef uuid_t
|
||||
#endif
|
||||
|
||||
namespace LIEF {
|
||||
namespace MachO {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user