Mercurial > hg > orthanc-python
comparison Sources/OnChangeCallback.h @ 26:b0d1308280d8
Added the PYTHON_WINDOWS_USE_RELEASE_LIBS CMake option
to allow usage of debug or release Python builds when building
in debug mode under Windows with Visual Studio.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 06 Apr 2020 20:39:49 +0200 |
parents | 7ed502b17b8f |
children | 23f3099bed47 |
comparison
equal
deleted
inserted
replaced
25:3b59f5dd7e72 | 26:b0d1308280d8 |
---|---|
17 **/ | 17 **/ |
18 | 18 |
19 | 19 |
20 #pragma once | 20 #pragma once |
21 | 21 |
22 #include <Python.h> | 22 #include "PythonHeaderWrapper.h" |
23 | 23 |
24 void FinalizeOnChangeCallback(); | 24 void FinalizeOnChangeCallback(); |
25 | 25 |
26 PyObject* RegisterOnChangeCallback(PyObject* module, PyObject* args); | 26 PyObject* RegisterOnChangeCallback(PyObject* module, PyObject* args); |