update swig on windows
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
%module xxx
|
||||
|
||||
#ifndef FOO
|
||||
long long i;
|
||||
/* Check we get an error for an unknown directive (this should be #elif).
|
||||
* Unknown directives were silently ignored by SWIG < 3.0.3. */
|
||||
#elsif defined(BAR)
|
||||
long i;
|
||||
#else
|
||||
int i;
|
||||
#endif
|
||||
Reference in New Issue
Block a user