WineHQ: Janitorial update

Michael Jung mjung at iss.tu-darmstadt.de
Fri Apr 22 02:28:31 CDT 2005


Hi Dimitrie,

On Friday 22 April 2005 05:47, Dimitrie O. Paun wrote:
> ChangeLog
>     ...
>     Some W->A warnings are invalid.

While you're at it, I think the CryptAcquireContextW W->A call in 
advapi32/crypt.c should also be considered an invalid warning. 
CryptAcquireContext calls the CSP dll's CPAcquireContext function, which is 
only present as an ASCII version. Thus, if we would get rid of this W->A 
call, we would get an A->W->A conversion chain in case of 
CryptAcquireContextA.

Bye,
-- 
Michael Jung
mjung at iss.tu-darmstadt.de



More information about the wine-devel mailing list