diff options
author | nyamatongwe <devnull@localhost> | 2004-12-03 23:14:04 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-12-03 23:14:04 +0000 |
commit | 224b04d779a830dbfc4042c3a74f0140a836d7cb (patch) | |
tree | e0526e4d42794652db20442b5e329646f0775a4d | |
parent | 860e52f3760e59e262145b029d0a3cdf814c745c (diff) | |
download | scintilla-mirror-224b04d779a830dbfc4042c3a74f0140a836d7cb.tar.gz |
Patch from Regis Vaquette to allow compilation for Windows CE.
-rw-r--r-- | src/LexEiffel.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexEiffel.cxx b/src/LexEiffel.cxx index 974efd9a7..e9e154cd5 100644 --- a/src/LexEiffel.cxx +++ b/src/LexEiffel.cxx @@ -10,7 +10,6 @@ #include <ctype.h> #include <stdarg.h> #include <stdio.h> -#include <fcntl.h> #include "Platform.h" |