From 730c22d11439b9c72aab6687fa63c37d7c840bbe Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 9 Feb 2025 15:42:09 +1100 Subject: Update Direct2D headers to Direct2D 1.1. Doesn't change functionality yet but ensures more recent APIs will be available. --- win32/PlatWin.cxx | 4 ++-- win32/ScintillaWin.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'win32') diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 846dfedfe..8a4724480 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -44,8 +44,8 @@ #endif #if defined(USE_D2D) -#include -#include +#include +#include #endif #include "ScintillaTypes.h" diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index b11a0a95b..c1b45658a 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -48,8 +48,8 @@ #endif #if defined(USE_D2D) -#include -#include +#include +#include #endif #include "ScintillaTypes.h" -- cgit v1.2.3