working on images, adding unit tests for image and buffers

This commit is contained in:
2024-12-08 03:16:10 +01:00
parent f020d8bf2c
commit 52850323fd
21 changed files with 697 additions and 25 deletions

View File

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