Commit 2b5c5d02 by Richard Kenner

(DIR_SEPARATOR): New macro.

From-SVN: r7375
parent 4326de0b
......@@ -6,6 +6,9 @@
/* Use semicolons to separate elements of a path. */
#define PATH_SEPARATOR ';'
/* Use backslashs to separate levels of directory. */
#define DIR_SEPARATOR '\\'
/* Suffix for executable file names. */
#define EXECUTABLE_SUFFIX ".exe"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment