openbsd-ports/emulators/sdlmame/patches/patch-src_emu_fileio_h
fgsch aef7d40637 Update to sdlmame 0.144.
with input from sthen@. previous updates tested by edd@.
2011-11-27 12:42:28 +00:00

12 lines
349 B
Plaintext

$OpenBSD: patch-src_emu_fileio_h,v 1.1 2011/11/27 12:42:28 fgsch Exp $
--- src/emu/fileio.h.orig Tue Nov 8 22:52:52 2011
+++ src/emu/fileio.h Tue Nov 8 22:52:52 2011
@@ -151,6 +151,7 @@ class emu_file (public)
// reading
UINT32 read(void *buffer, UINT32 length);
+#undef getc
int getc();
int ungetc(int c);
char *gets(char *s, int n);