j
k
j a
j l
Adam Martinson amartinson@codeweavers.com writes:
+#define _create(cls) cls, #cls +#define _obj(cls, ...) &_create(cls ## __VA_ARGS__)
+#define _create(cls) cls, #cls
+#define _obj(cls, ...) &_create(cls ## __VA_ARGS__)
You can't do that, varargs macros are not portable.
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites