This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Avoid jsusfx macro pollution
pull/1490/head
Jean Pierre Cimalando
3 years ago
parent
223471a8e8
commit
ac710ea7dc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
#if
ndef nullptr
#if
__cplusplus < 201103L && !defined(nullptr)
#define nullptr NULL
#endif
Write
Preview
Loading…
Cancel
Save