Re: [1/3] winemenubuilder: use windowscodecs for some ICO to PNG conversion
20 Jul
2010
20 Jul
'10
11:52 a.m.
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
+ dosPNGFileName = wine_get_dos_file_name(pngFileName); + if (dosPNGFileName == NULL) + { + WINE_ERR("error converting %s to DOS file name\n", pngFileName); + goto end; + }
You can't rely on having a valid DOS name here. You should use the \\?\unix format, or maybe better fix wine_get_dos_file_name() to do that. -- Alexandre Julliard julliard(a)winehq.org
5629
Age (days ago)
5629
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard