Skip to content
Snippets Groups Projects
Commit 9470c810 authored by Amorilia's avatar Amorilia
Browse files

Fixed a problem with SWIG getting confused about NIFLIB_API.

parent bac4be6c
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,9 @@ POSSIBILITY OF SUCH DAMAGE. */
}
#endif
// we need to define this because the wrapper gets confused about NIFLIB_API'd functions otherwise
#define NIFLIB_API
%{
#include "niflib.h"
%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment