Hi,
I get this error when trying to compile current CVS:
D:\osexperts\reactos\lib\user32>make windres --include-dir ./include --include-dir ../../include --include-dir ./../include user32.rc -o user32.coff windres: user32.rc:114: syntax error make: *** [user32.coff] Error 1
What's wrong with this line 114 in user32.rc? Seems, windres does not understand some thing here:
LISTBOX "", 100, 5, 5, 210, 110, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL
Martin