From 0ef4d6169062ed872c11c176af07b366b636c45e Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 22 Nov 2021 09:47:07 +1100 Subject: Move common Win32 functions for releasing IUnknown* and DLL function access into new WinType.h header. --- scripts/HeaderOrder.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index a0954fcce..6ad1a0a7f 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -151,6 +151,7 @@ // Platform-specific headers // win32 +#include "WinTypes.h" #include "PlatWin.h" #include "HanjaDic.h" #include "ScintillaWin.h" -- cgit v1.2.3