diff options
author | 2015-11-08 12:56:12 +0100 | |
---|---|---|
committer | 2015-11-08 12:56:12 +0100 | |
commit | 7c19aac60e12d6f5ea301bdb34d7826a01e0b06f (patch) | |
tree | f310d86aa2c6bfc19d115307dedde4eb0cd52dad /src/osd/sdl/sdlptty_win32.cpp | |
parent | a57b46ae933badd7441ce1644711dbb851e2b504 (diff) |
Rename *.c -> *.cpp in our source (nw)
Diffstat (limited to 'src/osd/sdl/sdlptty_win32.cpp')
-rw-r--r-- | src/osd/sdl/sdlptty_win32.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/osd/sdl/sdlptty_win32.cpp b/src/osd/sdl/sdlptty_win32.cpp new file mode 100644 index 00000000000..e9944a75c5a --- /dev/null +++ b/src/osd/sdl/sdlptty_win32.cpp @@ -0,0 +1,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" |