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/nmdeps.mak | |
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/nmdeps.mak')
-rw-r--r-- | win32/nmdeps.mak | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak index f36ca21e2..d456d6319 100644 --- a/win32/nmdeps.mak +++ b/win32/nmdeps.mak @@ -1,7 +1,7 @@ # Created by DepGen.py. To recreate, run DepGen.py. $(DIR_O)/HanjaDic.obj: \ HanjaDic.cxx \ - ../src/UniConversion.h \ + WinTypes.h \ HanjaDic.h $(DIR_O)/PlatWin.obj: \ PlatWin.cxx \ @@ -12,6 +12,7 @@ $(DIR_O)/PlatWin.obj: \ ../src/XPM.h \ ../src/UniConversion.h \ ../src/DBCS.h \ + WinTypes.h \ PlatWin.h $(DIR_O)/ScintillaDLL.obj: \ ScintillaDLL.cxx \ @@ -57,6 +58,7 @@ $(DIR_O)/ScintillaWin.obj: \ ../src/ElapsedPeriod.h \ ../src/AutoComplete.h \ ../src/ScintillaBase.h \ + WinTypes.h \ PlatWin.h \ HanjaDic.h \ ScintillaWin.h |