Home | History | Annotate | Download | only in libvncclient

Lines Matching defs:CONCAT2

2361 /* CONCAT2 concatenates its two arguments.  CONCAT2E does the same but also
2364 #define CONCAT2(a,b) a##b
2365 #define CONCAT2E(a,b) CONCAT2(a,b)