diff options
| author | Neil <nyamatongwe@gmail.com> | 2017-03-09 18:10:09 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2017-03-09 18:10:09 +1100 |
| commit | 050a6e3efd23b01a86e1c14a9b87e6ba5394db21 (patch) | |
| tree | aa1851a0c46016045ec17d52b7674e9b38a804ee /win32/SciLexer.vcxproj | |
| parent | 43cd19e34362bb637d4deb7677c835f00d82766b (diff) | |
| download | scintilla-mirror-050a6e3efd23b01a86e1c14a9b87e6ba5394db21.tar.gz | |
Drop support for Windows NT 4 by statically linking to system APIs that are
only available from Windows 2000 and later.
Diffstat (limited to 'win32/SciLexer.vcxproj')
| -rw-r--r-- | win32/SciLexer.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj index 68a9e8fcd..f64ae1af0 100644 --- a/win32/SciLexer.vcxproj +++ b/win32/SciLexer.vcxproj @@ -66,7 +66,7 @@ <Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalDependencies>imm32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>imm32.lib;msimg32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
