Reduce DLL hijack risk and simplify code in basic-win32 module
authorTor Lillqvist <tml@iki.fi>
Sat, 11 Sep 2010 11:52:28 +0000 (14:52 +0300)
committerTor Lillqvist <tml@iki.fi>
Sat, 11 Sep 2010 11:52:28 +0000 (14:52 +0300)
commit4f5c9708455308eb2fb692817db6ef103505da72
tree609eb32b708e3cf086d86bb9298b86eb7bd97628
parent0aa7efebfbbe72336f5db23279ef1c93ab839b17
Reduce DLL hijack risk and simplify code in basic-win32 module

Dont load usp10.dll dynamically with LoadLibrary(). Just link to the
Uniscribe API directly. MinGW comes with an import library so no
problem with that either. The Uniscribe DLL is present on all versions
of Windows we care for.
modules/basic/Makefile.am
modules/basic/basic-win32.c