* autoload.cc (IdnToAscii): Use simpler, equivalent LoadDLLfuncEx.
(IdnToUnicode): Ditto.
This commit is contained in:
parent
9e9d7a8ce1
commit
79a6cc4d49
@ -1,3 +1,8 @@
|
||||
2014-12-02 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* autoload.cc (IdnToAscii): Use simpler, equivalent LoadDLLfuncEx.
|
||||
(IdnToUnicode): Ditto.
|
||||
|
||||
2014-12-01 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* wincap.cc (wincap_minimal): Remove.
|
||||
|
@ -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! */
|
||||
|
Loading…
x
Reference in New Issue
Block a user