From 785c61f8c176f71ed2ce0d72b2c5a8819fbb1c0d Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Mon, 6 Apr 2020 20:59:58 +0700
Subject: [PATCH] [*] Fixes

---
 src/python-cellframe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python-cellframe.c b/src/python-cellframe.c
index 7e64b912..e2f1a4f9 100644
--- a/src/python-cellframe.c
+++ b/src/python-cellframe.c
@@ -493,7 +493,7 @@ PyObject *python_cellframe_deinit(PyObject *self, PyObject *args){
     return PyLong_FromLong(0);
 }
 
-#ifdef DAP_SUPPORT_PYTHON_PLUGINS
+#ifndef DAP_SUPPORT_PYTHON_PLUGINS
 int main(int argc, char **argv) {
     wchar_t *program = Py_DecodeLocale(argv[0], NULL);
     if (program == NULL) {
-- 
GitLab