Undefine None for X11 after Clipper2 update

This commit is contained in:
Seth Hillbrand 2022-10-28 21:30:59 -07:00
parent 560717de76
commit 4f265a52a2
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ constexpr auto CLIPPER2_VERSION = "1.2.1";
#include "clipper.core.h" #include "clipper.core.h"
#ifdef None
#undef None
#endif
namespace Clipper2Lib { namespace Clipper2Lib {
struct Scanline; struct Scanline;