Implementation of "start.exe", take 3

davep davep at cyw.uklinux.net
Sat Jan 18 03:49:12 CST 2003


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




More information about the wine-devel mailing list