Skip to content

Commit

Permalink
Refs #4399. Add define back for Unix
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Feb 16, 2012
1 parent c240c7b commit 54ecb7a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#include "MantidKernel/System.h"
#include <boost/python/detail/prefix.hpp> // Safe include of Python.h

//#define PY_ARRAY_UNIQUE_SYMBOL KERNEL_ARRAY_API
#ifndef _WIN32
#define PY_ARRAY_UNIQUE_SYMBOL KERNEL_ARRAY_API
#endif
#define NO_ARRAY_IMPORT
#include <numpy/ndarrayobject.h>

Expand Down

0 comments on commit 54ecb7a

Please sign in to comment.