blob: e9944a75c5aafb63885c3c87d20f59a7e6cf3116 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert, R. Belmont
//============================================================
//
// sdlptty_win32 - SDL psuedo tty access functions
// (passthrough to Windows OSD version)
//
// SDLMAME by Olivier Galibert and R. Belmont
//
//============================================================
#include "../windows/winptty.c"
|