comparison Sources/Autogenerated/sdk.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 fef9a239df5c
children 393d2da0722a
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 RegisterOrthancSdk(PyObject* module); 24 void RegisterOrthancSdk(PyObject* module);
25 PyMethodDef* GetOrthancSdkFunctions(); 25 PyMethodDef* GetOrthancSdkFunctions();
26 26
27 PyObject* GetOrthancPluginRestOutputType(); 27 PyObject* GetOrthancPluginRestOutputType();