* autoload.cc (IdnToAscii): Use simpler, equivalent LoadDLLfuncEx.

(IdnToUnicode): Ditto.
This commit is contained in:
Corinna Vinschen
2014-12-02 09:59:01 +00:00
parent 9e9d7a8ce1
commit 79a6cc4d49
2 changed files with 7 additions and 2 deletions

View File

@ -577,8 +577,8 @@ LoadDLLfuncEx (CancelSynchronousIo, 4, kernel32, 1)
LoadDLLfunc (CreateSymbolicLinkW, 12, kernel32)
LoadDLLfuncEx (GetNamedPipeClientProcessId, 8, kernel32, 1)
LoadDLLfunc (GetSystemTimePreciseAsFileTime, 4, kernel32)
LoadDLLfuncEx2 (IdnToAscii, 20, kernel32, 1, 0)
LoadDLLfuncEx2 (IdnToUnicode, 20, kernel32, 1, 0)
LoadDLLfuncEx (IdnToAscii, 20, kernel32, 1)
LoadDLLfuncEx (IdnToUnicode, 20, kernel32, 1)
LoadDLLfunc (LocaleNameToLCID, 8, kernel32)
/* ldap functions are cdecl! */