diff options
-rw-r--r-- | doc/12_Compiling.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md index e7fd8a58..f45cf88e 100644 --- a/doc/12_Compiling.md +++ b/doc/12_Compiling.md @@ -181,6 +181,8 @@ made to CDK are as follows: on \*nix platforms since Windows does not have them. * *cdk_util.h* `#define`s `Beep` as `CDKBeep` on Windows platforms since Beep is already defined. -* The `deleteFileCB` routine in *fselect.c* has been deactivated. +* The `baseName` and `dirName` functions in *cdk.c* recognize Window's '\' + directory separator. +* The `deleteFileCB` function in *fselect.c* has been deactivated. [CDK]: http://invisible-island.net/cdk/ |