aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authormitchell <unknown>2020-01-06 20:20:56 -0500
committermitchell <unknown>2020-01-06 20:20:56 -0500
commitf6e6731598a02121be850a17a12384090b40f1ac (patch)
tree5df339d665458d5e6878c292b8e79055951fef4d /win32
parenta7b57f9b5bb481c9b5b98dda13c0e9c44d26a237 (diff)
downloadscintilla-mirror-f6e6731598a02121be850a17a12384090b40f1ac.tar.gz
More synchronizing LongTerm3 with default.
Ideally this covers anything missed during the backport process.
Diffstat (limited to 'win32')
-rw-r--r--win32/PlatWin.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx
index 296f7f0cc..3e8d716ec 100644
--- a/win32/PlatWin.cxx
+++ b/win32/PlatWin.cxx
@@ -42,7 +42,6 @@
#endif
#include "Platform.h"
-#include "Position.h"
#include "XPM.h"
#include "UniConversion.h"
#include "DBCS.h"
@@ -50,6 +49,8 @@
#include "PlatWin.h"
+#include "Compat.h"
+
#ifndef SPI_GETFONTSMOOTHINGCONTRAST
#define SPI_GETFONTSMOOTHINGCONTRAST 0x200C
#endif