diff options
author | nyamatongwe <unknown> | 2004-12-03 23:14:04 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-12-03 23:14:04 +0000 |
commit | 7d5a4341065a011e52ce95846460b91c7f5876a0 (patch) | |
tree | 4ada08840ee815ea2c6d57aef003934ae8c1e9eb | |
parent | 200a05b3dcf72cb5891fbe4f9a7864df1c24ea98 (diff) | |
download | scintilla-mirror-7d5a4341065a011e52ce95846460b91c7f5876a0.tar.gz |
Patch from Regis Vaquette to allow compilation for Windows CE.
-rw-r--r-- | src/LexPS.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexPS.cxx b/src/LexPS.cxx index a44f3cefc..3c75ae554 100644 --- a/src/LexPS.cxx +++ b/src/LexPS.cxx @@ -11,7 +11,6 @@ #include <ctype.h> #include <stdarg.h> #include <stdio.h> -#include <fcntl.h> #include "Platform.h" |