Fix Windows issues

This commit is contained in:
Romain Thomas
2021-01-05 21:37:54 +01:00
parent ec9115a3d1
commit 53ce0cd7d4
5 changed files with 13 additions and 6 deletions
+5
View File
@@ -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 {