Skip to content

Commit

Permalink
_testconsole.c: Fix casing & path sep
Browse files Browse the repository at this point in the history
  • Loading branch information
longnguyen2004 authored and lazka committed Aug 25, 2023
1 parent 9299277 commit be15db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PC/_testconsole.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef MS_WINDOWS

#include "pycore_fileutils.h" // _Py_get_osfhandle()
#include "..\modules\_io\_iomodule.h"
#include "../Modules/_io/_iomodule.h"

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
Expand Down Expand Up @@ -108,7 +108,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
Expand Down

0 comments on commit be15db6

Please sign in to comment.