Conditional Compilation Directives¶
C#: compiler options -define:
or -d:
Vala: compiler options --define
or -D
no #define
, #undef
, #region
, #endregion
, #line
C#: compiler options -define:
or -d:
Vala: compiler options --define
or -D
no #define
, #undef
, #region
, #endregion
, #line