mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Now using BOOST_PYTHON_MODULE_INIT.
[SVN r9617]
This commit is contained in:
@@ -21,9 +21,7 @@ struct Abstract_callback: Abstract
|
||||
PyObject * m_self;
|
||||
};
|
||||
|
||||
extern "C"
|
||||
DL_EXPORT(void)
|
||||
initabstract()
|
||||
BOOST_PYTHON_MODULE_INIT(abstract)
|
||||
{
|
||||
boost::python::module_builder a("abstract");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user