MINGW-packages/mingw-w64-python/0065-_testconsole.c-Fix-casing-path-sep.patch
2025-06-07 14:11:54 +02:00

23 lines
690 B
Diff

From 41c2be507eb793fd5703bb2123f05f7e1fb81937 Mon Sep 17 00:00:00 2001
From: Long Nguyen <nguyen.long.908132@gmail.com>
Date: Sun, 14 Nov 2021 14:55:35 +0700
Subject: [PATCH 065/N] _testconsole.c: Fix casing & path sep
---
PC/_testconsole.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PC/_testconsole.c b/PC/_testconsole.c
index 3221b98..47fbe6f 100644
--- a/PC/_testconsole.c
+++ b/PC/_testconsole.c
@@ -116,7 +116,7 @@ _testconsole_read_output_impl(PyObject *module, PyObject *file)
Py_RETURN_NONE;
}
-#include "clinic\_testconsole.c.h"
+#include "clinic/_testconsole.c.h"
PyMethodDef testconsole_methods[] = {
_TESTCONSOLE_WRITE_INPUT_METHODDEF