Skip to content

Commit 6e4161f

Browse files
longnguyen2004lazka
authored andcommitted
_testconsole.c: Fix casing & path sep
1 parent 93e0902 commit 6e4161f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PC/_testconsole.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef MS_WINDOWS
1111

1212
#include "pycore_fileutils.h" // _Py_get_osfhandle()
13-
#include "..\modules\_io\_iomodule.h"
13+
#include "../Modules/_io/_iomodule.h"
1414

1515
#define WIN32_LEAN_AND_MEAN
1616
#include <windows.h>
@@ -108,7 +108,7 @@ _testconsole_read_output_impl(PyObject *module, PyObject *file)
108108
Py_RETURN_NONE;
109109
}
110110

111-
#include "clinic\_testconsole.c.h"
111+
#include "clinic/_testconsole.c.h"
112112

113113
PyMethodDef testconsole_methods[] = {
114114
_TESTCONSOLE_WRITE_INPUT_METHODDEF

0 commit comments

Comments
 (0)