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.

This commit is contained in:
Bill-Gray
2018-12-04 20:29:28 -05:00
committed by William McBrine
parent 3995280943
commit a2d3c4dd85

View File

@@ -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 ***************************/