diff options
Diffstat (limited to 'win32/ExternalLexer.cxx')
| -rw-r--r-- | win32/ExternalLexer.cxx | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/ExternalLexer.cxx b/win32/ExternalLexer.cxx index 77c235940..015f9b6af 100644 --- a/win32/ExternalLexer.cxx +++ b/win32/ExternalLexer.cxx @@ -9,8 +9,11 @@  #include <stdio.h>   #include <ctype.h>  -#include "SciLexer.h" +#define _WIN32_WINNT  0x0400 +#include <windows.h> +  #include "Platform.h" +#include "SciLexer.h"  #include "PropSet.h"  #include "Accessor.h"  #include "DocumentAccessor.h"  | 
