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
Bindgen seems to have no trouble with the numeric constant, but it ignores the string constant. Would it be possible to add support for macro defined string constants?
The text was updated successfully, but these errors were encountered:
I am trying to make bindings for the OpenFX API and they define some constants using macros:
Bindgen seems to have no trouble with the numeric constant, but it ignores the string constant. Would it be possible to add support for macro defined string constants?
The text was updated successfully, but these errors were encountered: