Jon Griffiths jon_p_griffiths@yahoo.com writes:
- Make shlwapi.h correspond to its windows cousin, except that: -Any functions exported by name get defined too, along with structures needed to call them (I think we should wrap these in "#if defined (__WINE__) || defined (SHLWAPI_UNDOC)", but that can wait).
I'm not sure if this is what you mean or not, but you should only define the functions and structures that are actually needed by other dlls; there's no need to put every single undocumented function in there.