aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-04-19 00:08:04 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-04-19 00:08:04 -0400
commit29d0487b271648fd1999a9325226ac1d8d5467a7 (patch)
tree2fcf485f3485ebb888beb7a288577075810abacd
parent1c7d3ce42012b9bc28949354ac4a0fcb1924e539 (diff)
downloadtextadept-29d0487b271648fd1999a9325226ac1d8d5467a7.tar.gz
textadept-29d0487b271648fd1999a9325226ac1d8d5467a7.zip
Modified some CDK code for Win32 curses; doc/12_Compiling.md
-rw-r--r--doc/12_Compiling.md4
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/