MINGW-packages/mingw-w64-python/0065-_testconsole.c-Fix-casing-path-sep.patch
2025-10-10 14:31:04 +02:00

23 lines
690 B
Diff

From e6ce651ac8a32677e26f6f019948293b4d89bf85 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