diff 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
line wrap: on
line diff
--- a/Sources/Autogenerated/sdk.h	Fri Apr 03 12:18:45 2020 +0200
+++ b/Sources/Autogenerated/sdk.h	Mon Apr 06 20:39:49 2020 +0200
@@ -19,7 +19,7 @@
 
 #pragma once
 
-#include <Python.h>
+#include "../PythonHeaderWrapper.h"
 
 void RegisterOrthancSdk(PyObject* module);
 PyMethodDef* GetOrthancSdkFunctions();