Hi!
Would like to use comma and brackets in preprocessor lines, how can I accomplish that?
!define WM_Pub(data) #aaffcc:Publish data;
WM_Pub(Doc:signalForPendingSignature,aaa)
shows error, but there's no way to escape comma in preprocessor (just like in C)