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 /scripts | |
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 'scripts')
-rw-r--r-- | scripts/HeaderOrder.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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" |