diff options
author | 2013-04-19 00:08:04 -0400 | |
---|---|---|
committer | 2013-04-19 00:08:04 -0400 | |
commit | 29d0487b271648fd1999a9325226ac1d8d5467a7 (patch) | |
tree | 2fcf485f3485ebb888beb7a288577075810abacd /doc/12_Compiling.md | |
parent | 1c7d3ce42012b9bc28949354ac4a0fcb1924e539 (diff) | |
download | textadept-29d0487b271648fd1999a9325226ac1d8d5467a7.tar.gz textadept-29d0487b271648fd1999a9325226ac1d8d5467a7.zip |
Modified some CDK code for Win32 curses; doc/12_Compiling.md
Diffstat (limited to 'doc/12_Compiling.md')
-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/ |