Re: version.dll patch

2004-03-21 Thread Jakob Eriksson
Mike Hearn wrote: On Sat, 20 Mar 2004 11:10:53 +0100, Jakob Eriksson wrote: Delenda est Carthago. Eh, no I mean some kind mandatory indent would be nice. :-) This is what gstreamer does. They run all code through GNU indent first to get consistent code style. Though I don't know if tryin

Re: [PATCH] Fix attribute naked

2004-03-21 Thread Filip Navara
Jeff Muizelaar wrote: The attached patch changes declspec(naked) to __attribute__(cdecl) from __attribute__(naked) As seen in the gcc documentation (http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function%20Attributes), __attribute__(naked) does not do the same thing as declspec(na

Re: appdb bug

2004-03-21 Thread Paul van Schayck
Ivan, On Sunday 21 March 2004 12:32, Ivan Leo Murray-Smith wrote: > http://appdb.winehq.org/appview.php?appId=935&versionId=1229 > there should be 6 comments, but only 2 are displayed, can someone hacking > one the appdb code, or J.N. look into this? The code looks ok. Seems to be a database issu

Re: wine/dlls/d3d8/device.c cleanup

2004-03-21 Thread Duane Clark
Unknown wrote: Sorry, seems like I need to take great care of my words, I already been told to drop the "hop e you like it" part before it got in... (spamers like this word or sentence? I didn't know that) Not spammers, viruses ;) "Here is a new game I just wrote. Hope you like it." I tend

Re: wine/dlls/d3d8/device.c cleanup

2004-03-21 Thread hatky
On Sunday 21 March 2004 19:22, Dimitrie O. Paun wrote: > On March 21, 2004 11:48 am, hatky wrote: > > They were in less the 10% of the file and I remeber some talks that said > > just use spaces > > Should I retract that part? > > I don't care really, just don't claim they're bloating the file

Re: wine/dlls/d3d8/device.c cleanup

2004-03-21 Thread Dimitrie O. Paun
On March 21, 2004 11:48 am, hatky wrote: > They were in less the 10% of the file and I remeber some talks that said > just use spaces > Should I retract that part? I don't care really, just don't claim they're bloating the file :) -- Dimi.

Re: version.dll patch

2004-03-21 Thread Marcus Meissner
On Sun, Mar 21, 2004 at 04:47:22PM +, Mike Hearn wrote: > On Sat, 20 Mar 2004 11:10:53 +0100, Jakob Eriksson wrote: > > Delenda est Carthago. Eh, no I mean some kind mandatory indent would be > > nice. :-) > This is what gstreamer does. They run all code through GNU indent first to > get co

Re: wine/dlls/d3d8/device.c cleanup

2004-03-21 Thread hatky
On Sunday 21 March 2004 00:04, Dimitrie O. Paun wrote: > On March 20, 2004 3:42 pm, hatky wrote: > > tabs -> spaces (the cause of the bloated file) > > You got to be kindin', right? They were in less the 10% of the file and I remeber some talks that said just use spaces Should I retrac

Re: version.dll patch

2004-03-21 Thread Mike Hearn
On Sat, 20 Mar 2004 11:10:53 +0100, Jakob Eriksson wrote: > Delenda est Carthago. Eh, no I mean some kind mandatory indent would be > nice. :-) This is what gstreamer does. They run all code through GNU indent first to get consistent code style. Though I don't know if trying to settle on one sty

Re: 3/4 patches for compilation of ATL & MFC

2004-03-21 Thread Boaz Harrosh
Alexandre Julliard wrote: > >The i64 suffix is not portable. > Boaz Harrosh wrote: oops the wrong file. I do need it with "LL" (real 64bit constant). If you want it protected by an ifdef. Is there an long long ifdef done by configure? .. OK I'll look for it and send a fix. include/config.h (done

Re: Win32 packages released on sourceforge

2004-03-21 Thread Jakob Eriksson
Ivan Leo Murray-Smith wrote: I am kind of holding my breath for a regular build of winetest.exe - any chance for that soon? :-) It depends on how you define regular. If you mean daily/weekly builds, I have no idea. But I can build winetest.exe when I build the win32 packages, when A.J. rel

appdb bug

2004-03-21 Thread Ivan Leo Murray-Smith
On this page http://appdb.winehq.org/appview.php?appId=935&versionId=1229 there should be 6 comments, but only 2 are displayed, can someone hacking one the appdb code, or J.N. look into this? Ivan.

XFree 4.4

2004-03-21 Thread Jørn Villesen Christensen
Hi I downbloaded the 20040309 release and tried to compile. As other users have experienced, I got the error gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC_ _ -DBINDIR="\"/usr/local/bin\"" -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack -boundary=2 -fno-strict-al

Re: CDRoms & SCSI

2004-03-21 Thread Eric Pouech
Robert Lunnon a écrit : Well you can ignore my last message, from the source it's pretty obvious why it doesn't work. Linuxisms ! At the very least it should be possible to declare a scsi device in the config file and have it set up, IE one could probe each disk device declared for scsi capabil