From ac710ea7dcba59f6186c90d210c71a98cf0ca2e9 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Tue, 12 Oct 2021 16:08:46 +0200 Subject: [PATCH] Avoid jsusfx macro pollution --- source/modules/jsusfx/source/jsusfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/jsusfx/source/jsusfx.h b/source/modules/jsusfx/source/jsusfx.h index a8c7805c4..50bf37521 100644 --- a/source/modules/jsusfx/source/jsusfx.h +++ b/source/modules/jsusfx/source/jsusfx.h @@ -25,7 +25,7 @@ #include "WDL/eel2/ns-eel.h" #include "WDL/eel2/ns-eel-int.h" -#ifndef nullptr +#if __cplusplus < 201103L && !defined(nullptr) #define nullptr NULL #endif