You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I simply want to use a macro constant defined like
#defineMYCONSTANT 1
in a .chs file, like
x::CInt
x =MYCONSTANT
How do I do this?
It would be nice if that was part of the documentation; it explains all kind of complicated things like enum define etc, but I can't figure this simple one out.