Skip to content
Snippets Groups Projects
Commit 785c61f8 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Fixes

parent dc2d1c3c
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment