diff CodeAnalysis/sdk.h.mustache @ 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
line wrap: on
line diff
--- a/CodeAnalysis/sdk.h.mustache	Fri Apr 03 12:18:45 2020 +0200
+++ b/CodeAnalysis/sdk.h.mustache	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();