Re: audio.c converted from WaitForSingleObject to poll

2001-11-01 Thread Simon Britnell
--- eric pouech [EMAIL PROTECTED] wrote: well, from a pure semantic point of view, I think we have to wait. I've shown (to myself) experimentally that just removing the waits breaks. What I've done instead is reversed my poll patch and added a patch to mmsystem.c which causes application

Re: config.h reorg part 2: config.h includes

2001-11-01 Thread François Gouget
François Gouget wrote: [...] Changelog: François Gouget [EMAIL PROTECTED] * console/xterm.c, [...] windows/x11drv/clipboard.c Fix the #include order for config.h Add #include config.h directives where needed Fixes the FILE_OFFSET_BITS redefinition warnings on Solaris

mmsystem.c callback thread patch.

2001-11-01 Thread Simon Britnell
The patch I wrote for mmsystem.c doesn't fix my problem with HomeWorld, so back to the drawing board on that one. The patch fixes a problem that I've only ever seen in HalfLife while I was messing with the innards of wodPlayer and assumes that wodPlayer_Notify can trigger a callback into the

Re: audio.c converted from WaitForSingleObject to poll

2001-11-01 Thread eric pouech
What I've done instead is reversed my poll patch and added a patch to mmsystem.c which causes application (and possibly some non-application) callbacks to be called from a different thread so that wodPlayer_Notify doesn't ever halt waiting for the application to return (which may in turn

Re: LockFile - any words of warning?

2001-11-01 Thread Bill Medland
Thanks Rein Klazes [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 31 Oct 2001 10:37:11 -0800, you wrote: Have a look at Corel's wine tree, where it is implemented. Please excuse my ignorance; how do I get at the Corel tree? Hmm, the

Re: change cdrom?

2001-11-01 Thread Per Wigren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again! I found a solution: I'm lucky enough to have 2 cdroms... 1 dvd and 1 cdrw. The solution was to put cd2 in the other drive and mount it OVER the first mount. Not a very pretty solution but it worked. Do you guys know of a better solution?

Re: change cdrom?

2001-11-01 Thread eric pouech
mount. Not a very pretty solution but it worked. Do you guys know of a better solution? some fixes are floating around. try latest cvs, it may be fully fixed A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) The future will be better tomorrow, Vice President Dan Quayle

Re: LockFile - any words of warning?

2001-11-01 Thread Rein Klazes
On Thu, 1 Nov 2001 07:45:46 -0800, you wrote: Thanks Rein Klazes [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 31 Oct 2001 10:37:11 -0800, you wrote: Have a look at Corel's wine tree, where it is implemented. Please excuse my

Re: Duplicated StrRetToStr functions in shell32

2001-11-01 Thread Guy L. Albertelli
Francois, The reason that these routines were duplicated is that the builtin shell32 cannot find StrRetToBuf{A|W} in some of the native versions of shlwapi.dll. This dependency prohibited testing with builtin vs. native shlwapi. The change was submitted to winehq about 8/28 and committed soon

Re: Duplicated StrRetToStr functions in shell32

2001-11-01 Thread Francois Gouget
On Thu, 1 Nov 2001, Guy L. Albertelli wrote: Francois, The reason that these routines were duplicated is that the builtin shell32 cannot find StrRetToBuf{A|W} in some of the native versions of shlwapi.dll. This dependency prohibited testing with builtin vs. native shlwapi. The change

Yet again: audio.c stuff

2001-11-01 Thread Simon Britnell
I've posted a substantial patch to audio.c which reorganises the code to make it a little easier to follow. It's been tested against HomeWorld and HalfLife. It works against homeworld with MIN_SLEEP_TIME 100, but not with MIN_SLEEP_TIME =50. Feel free to set MIN_SLEEP_TIME to 0 to remove the