2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

Now using BOOST_PYTHON_MODULE_INIT.

[SVN r9617]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2001-03-21 01:09:17 +00:00
parent 1c454c4116
commit 82edce6450
2 changed files with 2 additions and 6 deletions

View File

@@ -3,9 +3,7 @@ namespace python = boost::python;
#include "noncopyable.h"
extern "C"
DL_EXPORT(void)
initnoncopyable_export()
BOOST_PYTHON_MODULE_INIT(noncopyable_export)
{
try
{