diff options
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 2 | ||||
| -rw-r--r-- | win32/PlatWin.cxx | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 5682fde64..44d3d0810 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -20,7 +20,7 @@  #include "Platform.h"  #if PLAT_GTK_WIN32 -#include "windows.h" +#include <windows.h>  #endif  #include "ILexer.h" diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index ec6c3e383..7ef0e7b2c 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -29,7 +29,7 @@  // Luckily microsoft has done the heavy lifting for us, so we'll just use their stub functions!  #if defined(_MSC_VER) && (_MSC_VER > 1200)  #define COMPILE_MULTIMON_STUBS -#include "MultiMon.h" +#include <MultiMon.h>  #endif  #ifndef IDC_HAND | 
