On 24/03/2011 08:06, Dmitry Timoshkov wrote:
Gilles Depeyrotgsd@dolphin.fr wrote:
Has there been a change between wine 1.2.2 and wine 1.3.x that would require adding an include file that was previously not needed?
I don't think so. Including windef.h and winuser.h should be enough. If you could provide a small .rc file and command line you are using that would help in figuring out the problem.
With the attached files and the following command line the resource file is compiled using wine 1.2.2 and fails using wine 1.3.16.
wrc -I$WINEHOME/include/wine/msvcrt -I$WINEHOME/include/windows -fofoo.res foo.rc
Best regards, Gilles