Re: TransGaming's dpnet (DirectPlay 8)

2007-11-29 Thread Kai Blin
On Wednesday 28 November 2007 00:09:26 Gavriel State wrote: > Hi Kai, > > Sorry about that - looks like I hadn't in fact updated my git tree quite > properly. Also, I left out a header file I think. Try this patch instead. There's no copyright statement or license indicated on the new header file

Re: Bugzilla rights

2007-11-29 Thread James McKenzie
Vitaliy Margolen wrote: > Jan Zerebecki wrote: > >> On Tue, Nov 06, 2007 at 09:09:14PM +, L. Rahyen wrote: >> >>> On Tuesday November 6 2007 19:45, Vitaliy Margolen wrote: >>> Bugzilla admin, please disallow people to add/remove e-mail addresses to/from bugs unless they

Re: urlmon: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.

2007-11-29 Thread Steven Edwards
Hi, On Nov 29, 2007 4:12 PM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: > diff --git a/dlls/urlmon/urlmon_main.h b/dlls/urlmon/urlmon_main.h > index aeb0eb2..9f31fb9 100644 > --- a/dlls/urlmon/urlmon_main.h > +++ b/dlls/urlmon/urlmon_main.h > @@ -63,22 +63,22 @@ HRESULT start_binding(LPCWSTR url

wine for two, please.

2007-11-29 Thread Athel
Hi Rob, i was looking a long time the way to do this. Can you help me to done this?, plis I really need it. If I could understand better the functionality I'll do it for myself. Sorry for my english. Regaards Athel > I was going to wait til tomorrow to test this, but couldnt wait. > This works pe

Re: widl [1/7]: Output working exception handling macros. [take 3]

2007-11-29 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > That's basically what I did in the original patch using > __TRY/__EXCEPT/__FINALLY. You told me to do this in a more > straightforward way: > > http://www.winehq.org/pipermail/wine-devel/2007-November/060515.html > > which I took to mean trying to imple

Re: widl [1/7]: Output working exception handling macros. [take 3]

2007-11-29 Thread Dan Hipschman
On Thu, Nov 29, 2007 at 02:57:50PM +0100, Alexandre Julliard wrote: > Dan Hipschman <[EMAIL PROTECTED]> writes: > > > In this revision, I leave setting permissions on page faults to the > > unhandled exception filter and simply ignore page faults on execution > > access (read access exceptions sho

Re: Bugzilla rights

2007-11-29 Thread Vitaliy Margolen
Jan Zerebecki wrote: > On Tue, Nov 06, 2007 at 09:09:14PM +, L. Rahyen wrote: >> On Tuesday November 6 2007 19:45, Vitaliy Margolen wrote: >>> Bugzilla admin, please disallow people to add/remove e-mail addresses >>> to/from bugs unless they've been given that right. Or at least have rights >>>

Re: PATCH: fix out of range array access in dlls/kernel32/relay16.c (fwd)

2007-11-29 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > Alexandre, > > I checked again and if we don't address this we'll get two new warnings > issues in a default build with GCC 4.3. How does the patch below > look? Not good, it adds noise to the code for no good reason. Why would gcc complain about that

Re: Interesting Behavior of OS X

2007-11-29 Thread Steven Edwards
On Nov 29, 2007 8:47 AM, Steven Edwards <[EMAIL PROTECTED]> wrote: > PE Files were rejected on Tiger, which is interesting to me because I don't > think that this is just a hold over from EFI support. I think it may be a sign > of future addition of a Win32 subsystem to OS X. More information htt

Re: widl [1/7]: Output working exception handling macros. [take 3]

2007-11-29 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > In this revision, I leave setting permissions on page faults to the > unhandled exception filter and simply ignore page faults on execution > access (read access exceptions should be caught since they translate > into bad stub data, but these don't pose

re: wininet [2/2]: Fix error checking for FtpGetCurrentDirectoryW

2007-11-29 Thread Dan Kegel
Hi Zac, you wrote * Fixed errors in error checking in FtpGetCurrentDirectoryW in wininet/ftp.c It's probably a good idea to explain what real-world problem this fixes. One good way to do that is to submit a test first that fails, with todo(wine) around the failing part, and then submit a second

re: wininet [1/2]: Add test for FtpGetCurrentDirectoryA

2007-11-29 Thread Dan Kegel
Nice to see you contributing tests! Three comments: 1. you seem to have ragged indentation. Did you remember to remove all tabs? (Hmm. Our doc on the tab issue is a bit weak: neither http://winehq.org/site/sending_patches http://winehq.org/site/docs/winedev-guide/style-notes really capture the cu

Re: Interesting Behavior of OS X

2007-11-29 Thread Steven Edwards
Hi Again, On Nov 29, 2007 5:37 AM, Steven Edwards <[EMAIL PROTECTED]> wrote: > Is Apple going to be adding a win32 compatibility layer to OS X? This is the most important question to me because of some information Ken found: I don't know that this whole thing amounts to anything, but thought I'd

Re: Adding Bugzilla keyword for Copy-protection/Debugger issues

2007-11-29 Thread Alexander Nicolaysen Sørnes
On Thursday 29 November 2007 14:00:00 Ben Hodgetts (Enverex) wrote: > Just a thought but it may be a good idea to add a keyword to Bugzilla > for issues related to debuggers or copy-protection, that would help > group them all together as at the moment there seem to be many bugs > related to breaka

Re: shell32: symlink user's profile shell folders to xdg well known directories [2/2] (try 3)

2007-11-29 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > I feel like a broken record, but: > some apps don't like following symlinks, and the > native Windows way to configure what the "My Foo" > folders point to is called shell folder redirection; > These are documented at > http://support.microsoft.com/kb/2425

Adding Bugzilla keyword for Copy-protection/Debugger issues

2007-11-29 Thread Ben Hodgetts (Enverex)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just a thought but it may be a good idea to add a keyword to Bugzilla for issues related to debuggers or copy-protection, that would help group them all together as at the moment there seem to be many bugs related to breakages from obscure debugger pro

Re: [server] set serial port fd back to blocking if necessary

2007-11-29 Thread Alexandre Julliard
"Damjan Jovanovic" <[EMAIL PROTECTED]> writes: > This fixes a regression caused by commit > f85437c57fb44d511db97edbaa5b1f8abfe75fd3 (bug 9356) where serial ports > break because they are not made blocking. > > Changelog: > * Set serial port fd back to blocking if necessary This will break timeou

Interesting Behavior of OS X

2007-11-29 Thread Steven Edwards
When tracking down a crash in the kernel32 loader test, Dmitry found a bug in the Mac OS loader when Wine tried to load his dummy PE file. Upon further research I found that the Mac loader seems to have its own undocumented PE loader built in. I did some further testing with a windows binary and go