Hi All! Please I need some help, I like to define a macro inside another macro and when i try this intellisense throw an error :
for example: #define MACRO1
#define MACRO2 \
#define MACRO1 100
so how can i do this? thanks.
Hi All! Please I need some help, I like to define a macro inside another macro and when i try this intellisense throw an error :
for example: #define MACRO1
#define MACRO2 \
#define MACRO1 100
so how can i do this? thanks.