Skip to content
Snippets Groups Projects
Commit 8f7fa10e authored by Ken Martin's avatar Ken Martin
Browse files

fix for python 23

parent fdcf3f13
No related branches found
Tags v4.2.6
No related merge requests found
......@@ -91,7 +91,7 @@ static vtkMPICleanup VTKMPICleanup;
#endif // VTK_COMPILED_USING_MPI
extern "C" {
extern DL_EXPORT(int) Py_Main(int, char **);
extern DL_IMPORT(int) Py_Main(int, char **);
}
static void vtkPythonAppInitEnableMSVCDebugHook();
......
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