mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 17:38:35 +02:00
5 lines
100 B
C++
5 lines
100 B
C++
#define malloc(x) malloc(x)
|
|
#define free(x) free(x)
|
|
|
|
#include "../../blockingconcurrentqueue.h"
|