SenseApiDesc: use CPP concat to reduce typos

This commit is contained in:
2025-01-18 08:40:41 -04:00
parent 76141e3a92
commit 1450d745ab
5 changed files with 11 additions and 5 deletions
+2
View File
@@ -4,6 +4,8 @@
#define HK_Q(x) #x
#define HK_QUOTE(x) HK_Q(x)
#define HK_CONCAT(a, b) a ## b
#define HK_UNMANGLED "C"
#endif // HK_PREPROCESSOR_H