mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 00:05:16 +00:00
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:
committed by
William McBrine
parent
3995280943
commit
a2d3c4dd85
@@ -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 ***************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user