On December 5, 2002 04:33 am, Dmitry Timoshkov wrote:
Only one small suggestion: instead of .wine.resources section name use simple .rsrc, which should not conflict with anything else in the ELF world and is just a native name for resources in the Win32 world.
Sure, this is no problem. I was thinking of a wine specific name because we don't put the resources in there as the native Win32 does, it's a Wine specific thing. Maybe in the future we will want to stick stuff in .o file in native format, and then we would use .rsrc, without conflicting with this method (and thus maintaining backwards compatibility).