Browse Source

Avoid jsusfx macro pollution

pull/1490/head
Jean Pierre Cimalando 3 years ago
parent
commit
ac710ea7dc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/modules/jsusfx/source/jsusfx.h

+ 1
- 1
source/modules/jsusfx/source/jsusfx.h View File

@@ -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



Loading…
Cancel
Save