From a2d3c4dd85232a10fbffa90d0559edf727c3edff Mon Sep 17 00:00:00 2001 From: Bill-Gray Date: Tue, 4 Dec 2018 20:29:28 -0500 Subject: [PATCH] Forward slashes work as a path separator pretty much everywhere. The backslashes failed in the VT and SDLn flavors when compiled on non-MS platforms. --- demos/tuidemo.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/demos/tuidemo.c b/demos/tuidemo.c index 8e7607f0..8eb4cfce 100644 --- a/demos/tuidemo.c +++ b/demos/tuidemo.c @@ -19,11 +19,7 @@ /* change this if source at other location */ -#ifdef XCURSES # define FNAME "../demos/tui.c" -#else -# define FNAME "..\\demos\\tui.c" -#endif /**************************** strings entry box ***************************/