D: Fix preproc_constants/preproc_constants_c test cases.
This commit is contained in:
parent
0b42c6f653
commit
2faef96e0a
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@
|
|||
/// constant assignment in enum
|
||||
#if defined(SWIGCSHARP)
|
||||
%csconstvalue("1<<2") kValue;
|
||||
#elif defined(SWIGD)
|
||||
%dconstvalue("1<<2") kValue;
|
||||
#endif
|
||||
|
||||
%{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue