diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-08 12:32:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-08 17:17:57 +0300 |
commit | e38c3afab5bb5dbb38f2a6a065d97df19ec0c95a (patch) | |
tree | cf8478fb1aef5e35ebd0d2addaef6227570441fa /solenv | |
parent | b851d0a57abad29240d46d498e8fa3540c084687 (diff) |
No need to load the Uniscribe DLL dynamically; just use directly
Change-Id: I706593f0017d440b486f698d1158f070df4e8b2e
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/WNT_INTEL_MSC.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk b/solenv/gbuild/platform/WNT_INTEL_MSC.mk index 31af24015169..ed3425fe3e68 100644 --- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk +++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk @@ -410,6 +410,7 @@ gb_Library_PLAINLIBS_NONE += \ shlwapi \ urlmon \ user32 \ + usp10 \ uuid \ version \ wininet \ |