Re: Fix makedep to work on windows again

2008-01-20 Thread Steven Edwards
On Jan 20, 2008 10:24 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > Fixing the bugs in MSYS would be preferrable IMO. I forgot that Cygwin setup has the ability at the end of the install to set the default line endings, I assume msys being a derivative might have this capability but not enable

Re: Fix makedep to work on windows again

2008-01-20 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > On Jan 20, 2008 9:45 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: >> Then this is a bug in MSYS CVS. My cvs.exe in Windows >> produces correct Wine sources, with cr/lf EOLs. > > It also happens with MSYS git and git is the preferred method of > get

Re: Fix makedep to work on windows again

2008-01-20 Thread Steven Edwards
On Jan 20, 2008 9:45 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > Then this is a bug in MSYS CVS. My cvs.exe in Windows > produces correct Wine sources, with cr/lf EOLs. It also happens with MSYS git and git is the preferred method of getting Winehq sources and there is no other GIT for windo

Re: Fix makedep to work on windows again

2008-01-20 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > MSYS cvs does not set Windows style line endings. Then this is a bug in MSYS CVS. My cvs.exe in Windows produces correct Wine sources, with cr/lf EOLs. -- Dmitry.

Re: gdiplus: DEFINE_GUID

2008-01-20 Thread Steven Edwards
On Jan 20, 2008 7:34 AM, Rolf Kalbermatter <[EMAIL PROTECTED]> wrote: > Why an MSDN subsciption should prevent someone from submitting any code to > Wine > is beyond me, but maybe they changed the EULA of it?? (Which I would suspect > would not hold in court because of antitrust concerns). > > Or

Re: Fix makedep to work on windows again

2008-01-20 Thread Steven Edwards
On Jan 20, 2008 12:43 AM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > I guess that you just use the sources fetched in Linux? Don't do that, > get the source via cvs under Windows instead, in that case you don't > get mixed line endings. Or alternatively convert LF to CRLF before > building. MSY

Re: [PATCH] Wine's ChangeDisplaySettingsEx is too strict

2008-01-20 Thread Szombathelyi György
Ezzel a dátummal: Sunday 20 January 2008 05.33.28 Dmitry Timoshkov ezt írta: > "Szombathelyi György" <[EMAIL PROTECTED]> wrote: > > The game changes display resolution with ChangeDisplaySettingsEx, but > > doesn't specify DM_PELSWIDTH and DM_PELSHEIGHT at devmode->dmFields, so > > it quits early wi

RE: gdiplus: DEFINE_GUID

2008-01-20 Thread Rolf Kalbermatter
James McKenzie > (I am not allowed to submit code because I have an active > MSDN subscription which gives me access to Windows and > Windows project source code.) I haven't had an MSDN subscription in a while but I think it would be very strange that it comes with Windows source code. The most

RE: d3dx9_24: first implementation

2008-01-20 Thread Rolf Kalbermatter
paulo lesgaz wrote > Moreover, when you create a new dll, you need to change plenty of files: > configure Why would you want to change this? I thought autoconfigure will write this automatically based on configure.ac. And I'm sure Alexandre runs autoconfigure whenever he changes som

Re: [PATCH] Wine's ChangeDisplaySettingsEx is too strict

2008-01-20 Thread Dmitry Timoshkov
"Jeff Latimer" <[EMAIL PROTECTED]> wrote: > > if ((devmode->dmFields & (DM_PELSWIDTH | DM_PELSHEIGHT)) != > > (DM_PELSWIDTH | DM_PELSHEIGHT)) > > { > > WARN("devmode doesn't specify the resolution: %04x\n", > > devmode->dmFields); > > -return DISP_CHANGE_BADMODE; > >

Re: [PATCH] Wine's ChangeDisplaySettingsEx is too strict

2008-01-20 Thread Jeff Latimer
Szombathelyi György wrote: > if ((devmode->dmFields & (DM_PELSWIDTH | DM_PELSHEIGHT)) != > (DM_PELSWIDTH | DM_PELSHEIGHT)) > { > WARN("devmode doesn't specify the resolution: %04x\n", > devmode->dmFields); > -return DISP_CHANGE_BADMODE; > } Is this warning still v