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 | 73dabd005bebbf2d8aeca76f1f6fb10de825d0e2 (patch) | |
| tree | ed4186b5f0e53507a6a32dc5407fd6efa0bfdda0 | |
| parent | 224b04d779a830dbfc4042c3a74f0140a836d7cb (diff) | |
| download | scintilla-mirror-73dabd005bebbf2d8aeca76f1f6fb10de825d0e2.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" | 
