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