SHELL32: implement loading and saving of MSI advertised shortcut info

Juan Lang juan_lang at yahoo.com
Fri Feb 25 09:23:52 CST 2005


Hi Mike,
> + *   in that string is parsed an stored.
s/an/and/

> +typedef struct volume_info_t
> +{
> +    DWORD type;
> +    DWORD serial;
> +    WCHAR label[12];  /* assume 8.3 */

Shouldn't label's size be 13?  8+3+'.'+NULL?

> +    if( (buffer.magic&0xffff0000) != 0xa0000000 )

A symbolic constant would be nice here.

Thanks,
--Juan

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the wine-devel mailing list