http://bugs.winehq.org/show_bug.cgi?id=24369
--- Comment #1 from Carlo Bramini carlo.bramix@libero.it 2010-09-12 11:06:46 CDT --- For testing the issue I did the following steps:
1) I downloaded the wine-1.3.2.tar.bz2 source package.
2) I unpacked the source archive.
3) I tried to compile the attached resource file with this command:
windres -i resource.rc --input-format=rc -o resource.o -O coff -Ie:\WINE-1.3.2\include
The compilation halts with the following error:
WINDRES: resource.rc:24: syntax error
After fixing e:\WINE-1.3.2\include\richedit.h as described in the previous post, the compilation does not give error messages and resource.o is generated.