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
PHNT includes some #if directives that look like below, and that causes ClangSharpPInvokeGenerator to output "token is not a valid binary operator in a preprocessor subexpression":
#definePHNT_MODE_KERNEL 0
#ifndefPHNT_MODE#definePHNT_MODE 1
#endif#if (PHNT_MODE!=PHNT_MODE_KERNEL)
// Some real code here#endif
The text was updated successfully, but these errors were encountered:
PHNT includes some #if directives that look like below, and that causes ClangSharpPInvokeGenerator to output "token is not a valid binary operator in a preprocessor subexpression":
The text was updated successfully, but these errors were encountered: