On Saturday 18 Jan 2003 08:44, Dan Kegel wrote:
Remaining issue I could use help with:
- multiline strings from resource file are displayed with extra newline
between lines in wine, but not in windows. To reproduce, build either as winelib app or build under MSVC6, then run in wine; usage message comes out double-spaced. Help!
Use a backslash on the end of each line to escape the LF.
Look at programs/wcmd/wcmdrc.rc for an example.
Dave