diff options
author | Neil <nyamatongwe@gmail.com> | 2021-11-22 09:47:07 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-11-22 09:47:07 +1100 |
commit | 0ef4d6169062ed872c11c176af07b366b636c45e (patch) | |
tree | b4e596c798c6e5f938fc9bfe5c4ae8a75ecb66a4 /win32/PlatWin.cxx | |
parent | 8904b645419b8deb202046bbc785440d0d006404 (diff) | |
download | scintilla-mirror-0ef4d6169062ed872c11c176af07b366b636c45e.tar.gz |
Move common Win32 functions for releasing IUnknown* and DLL function access into
new WinType.h header.
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r-- | win32/PlatWin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index aaa6d57d6..71c23eee7 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -55,6 +55,7 @@ #include "UniConversion.h" #include "DBCS.h" +#include "WinTypes.h" #include "PlatWin.h" #ifndef SPI_GETFONTSMOOTHINGCONTRAST |