blob: fca49a12a994a11cd2494f82ff44629040967d0f (
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.cpp"
|