24.06.2013, 13:02
(
Последний раз редактировалось Swimor; 24.06.2013 в 13:39.
)
Hello,
I want to build macro that will create stock only if the stock not exists, for example:
But it will not work... Is there any way to do this?
I want to build macro that will create stock only if the stock not exists, for example:
Код:
#define mystock%0@%2(%1) \ #if !defined %0@0 \ stock%0@0(%1) \ #else \ stock%0@%2(%1) \ #endif