[MPlayer-dev-eng] [PATCH] Implement a few Unicode versions of Win32 functions

Steinar H. Gunderson sgunderson at bigfoot.com
Mon Mar 15 13:55:09 CET 2010


On Sun, Mar 07, 2010 at 11:44:40AM +0100, Steinar H. Gunderson wrote:
>>> I don't like the duplication, something like
>>> char ascii_name[256];
>>> char *aname = NULL;
>>> if (name) {
>>>     WideCharToMultiByte()
>>>     aname = ascii_name;
>>> }
>>> expCreateEventA()
>>> 
>>> Seems preferable to me.
>> Sure, I can change to that.
> New patch attached.

Committed to Subversion.

/* Steinar */
-- 
Homepage: http://www.sesse.net/



More information about the MPlayer-dev-eng mailing list