From 722ddcf6ba35b5b06ae42b399140056ca67ad7ed Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Sun, 28 Jul 2019 21:02:11 +0300 Subject: sdl: Fixes for the SDL apps, so they support building simulator on Windows Change-Id: I277d391482a80e5bf9dd8049cd3b78c5cae7205e --- apps/plugins/sdl/progs/wolf3d/wl_def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/sdl/progs/wolf3d') diff --git a/apps/plugins/sdl/progs/wolf3d/wl_def.h b/apps/plugins/sdl/progs/wolf3d/wl_def.h index 13ec77cf70..af74a5315c 100644 --- a/apps/plugins/sdl/progs/wolf3d/wl_def.h +++ b/apps/plugins/sdl/progs/wolf3d/wl_def.h @@ -17,6 +17,8 @@ #define read(a, b, c) rb->read((a), (b), (c)) #define write(a, b, c) rb->write((a), (b), (c)) #define close(a) rb->close(a) +#define itoa wolf3d_itoa +#define ltoa wolf3d_ltoa #if !defined O_BINARY # define O_BINARY 0 -- cgit