mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
working on images, adding unit tests for image and buffers
This commit is contained in:
@@ -113,6 +113,8 @@ extern "C" {
|
||||
#else
|
||||
#define PULSE_NULLPTR NULL
|
||||
#endif
|
||||
#elif defined(__cplusplus) && __cplusplus >= 201103L
|
||||
#define PULSE_NULLPTR nullptr
|
||||
#else
|
||||
#define PULSE_NULLPTR NULL
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user