From 2f542786fd95e7bbce6c689934cb4988aa3fa1df Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 20 Mar 2025 16:46:11 +1100 Subject: Move SurfaceGDI, SurfaceD2D, ListBox, and associated code out of PlatWin.cxx to new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers. --- win32/ScintillaWin.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win32/ScintillaWin.cxx') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 7cd8ff086..c40119169 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -99,6 +99,9 @@ using Microsoft::WRL::ComPtr; #include "WinTypes.h" #include "PlatWin.h" +#if defined(USE_D2D) +#include "SurfaceD2D.h" +#endif #include "HanjaDic.h" #include "ScintillaWin.h" -- cgit v1.2.3