utility: Change vstr and dstr macros to D_STR and D_VSTR
This commit is contained in:
+2
-2
@@ -40,8 +40,8 @@
|
||||
#define DESC(x) x ".Description"
|
||||
|
||||
// Other
|
||||
#define vstr(s) dstr(s)
|
||||
#define dstr(s) #s
|
||||
#define D_STR(s) #s
|
||||
#define D_VSTR(s) D_STR(s)
|
||||
|
||||
// Initializer
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user