Re: heap: fix RtlHeapReAllocate()

2003-11-24 Thread Dimitrie O. Paun
On November 21, 2003 03:21 pm, Eric Pouech wrote: this will not compile on Win9x. You have to take care of: Good point, sorry about that, I was being lazy. To force people to do the dyn load, we shouldn't import ntdll, no? ChangeLog RtlHeapReAllocate() should not allocate memory. Add

Re: documentation/samples/generic.ppd

2003-11-24 Thread Marcus Meissner
On Mon, Nov 24, 2003 at 02:32:49AM -0500, Dimitrie O. Paun wrote: I can't help but feel that this file does not belong in the Wine tree, but in the print system packages (cups, etc.). cvs rm -f documentation/samples/generic.ppd ChangeLog Remove generic.ppd, it does not belong in the

Re: Move the system.ini/[drivers32] section to the registry

2003-11-24 Thread Dimitrie O. Paun
On November 22, 2003 03:18 am, Eric Pouech wrote: This will break any native Win9x driver configuration. OK, here it is again, this time around with system.ini support still in here. Hope this one is acceptable. ChangeLog Move the system.ini/[drivers32] section to the registry. Index:

Re: IS_STRING_ITEM( lpitem-fType ) but no lpitem-text

2003-11-24 Thread Uwe Bonnes
Troy == Troy Rollo [EMAIL PROTECTED] writes: Troy On Mon, 24 Nov 2003 09:02, Uwe Bonnes wrote: Can anybody look at that problem? Troy I submitted a patch for this in September, but it never got Troy included. Resubmitt the patch. Looking at the other code pathes in menu.c, I

unicows update and PE memory format

2003-11-24 Thread Shachar Shemesh
Hi list, Here is a quick update. It seems that I won't be able to use the forwarding inside the spec file. I'm not sure exactly why that is, but I think the unicows.lib link time library tries to load stuff by doing GetModuleHandle, and then fetching relative values from that place. Is there

Re: documentation/samples/generic.ppd

2003-11-24 Thread Dimitrie O. Paun
On November 24, 2003 02:49 am, Marcus Meissner wrote: This is the generic fallback PPD file which can be used LPR style printing, where we do not get access to a PPD easily. OK, but then it doesn't belong in documentation. dlls/wineps perhaps? -- Dimi.

Re: winmm: move MCI settings from system.ini to the registry

2003-11-24 Thread Andreas Mohr
Hi, On Mon, Nov 24, 2003 at 12:10:20PM -0500, Dimitrie O. Paun wrote: On November 22, 2003 03:02 am, Eric Pouech wrote: I won't have too much time to look at this in details right now, so if someone wants to jump in, I'll be happy to give him (her ?) a hand. To be honest, My interest in

Re: Move the system.ini/[drivers32] section to the registry

2003-11-24 Thread Eric Pouech
Dimitrie O. Paun wrote: On November 22, 2003 03:18 am, Eric Pouech wrote: This will break any native Win9x driver configuration. OK, here it is again, this time around with system.ini support still in here. Hope this one is acceptable. the only part that bugs me is that we may use twice the

Re: heap: fix RtlHeapReAllocate()

2003-11-24 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: Good point, sorry about that, I was being lazy. To force people to do the dyn load, we shouldn't import ntdll, no? It won't help, Win95 has heap functions in ntdll, even though they don't do anything. The heap test really belongs in kernel, there's no

Re: heap: fix RtlHeapReAllocate()

2003-11-24 Thread Dimitrie O. Paun
On November 24, 2003 03:14 pm, Alexandre Julliard wrote: The heap test really belongs in kernel, there's no reason to explicitly test the Rtl*Heap functions, the Heap* ones do the same thing. Fine, here it is again: ChangeLog RtlHeapReAllocate() should not allocate memory. Add small test

Re: Move the system.ini/[drivers32] section to the registry

2003-11-24 Thread Dimitrie O. Paun
On November 24, 2003 03:00 pm, Eric Pouech wrote: the only part that bugs me is that we may use twice the same device if it's present both in system.ini and registry. I didn't test how MS behaves regarding this, but this may cause some issues. What about we cross this bridge when we get there?

Re: Update comctl spec

2003-11-24 Thread Alexandre Julliard
Hans Leidekker [EMAIL PROTECTED] writes: Changelog: - Export more functions by name. This will break the import libraries. Why do you want to do that? -- Alexandre Julliard [EMAIL PROTECTED]

Re: RFC: {Global,Local}{Re,}Alloc()

2003-11-24 Thread Francois Gouget
On Fri, 21 Nov 2003, Dimitrie O. Paun wrote: [...] ./dlls/shell32/shell32_main.c:hargv=GlobalReAlloc(hargv, size, 0); This one is needed because the caller is going to free the allocated memory using GlobalFree: Allocate in a single lump, the string array, and the strings that go

Re: Move the system.ini/[drivers32] section to the registry

2003-11-24 Thread Dimitrie O. Paun
On November 24, 2003 11:44 pm, Alexandre Julliard wrote: What you really want is implement the INIFileMapping mechanism in the profile functions. Any more info on this stuff other than this:

Re: X Error of failed request

2003-11-24 Thread Erik Enge
Mike Hearn [EMAIL PROTECTED] writes: See if you can get a +font trace when synchronous mode is switched on (see the config file), and a backtrace. That might help figure out what the problem is. I got the synchronous mode and +font done in the following file:

Re: new old winetests

2003-11-24 Thread Alexandre Julliard
Ferenc Wagner [EMAIL PROTECTED] writes: What about this: makename=$BINDIR/`dirname $test`/Makefile.in [...] sed -n '/^CTESTS =/,/[^\]$/{s/^CTESTS =//;s/\\$//;s/\([0-9a-zA-Z_]*\)\.c/\1,/g;p;}' $makename that is, extracting the subtest names from the corresponding

Re: unicows update and PE memory format

2003-11-24 Thread Alexandre Julliard
Shachar Shemesh [EMAIL PROTECTED] writes: It seems that I won't be able to use the forwarding inside the spec file. I'm not sure exactly why that is, but I think the unicows.lib link time library tries to load stuff by doing GetModuleHandle, and then fetching relative values from that place.

Re: Compile Bug: dlls/wininet/cookie.c .. and its cause

2003-11-24 Thread Alexandre Julliard
Vincent BĂ©ron [EMAIL PROTECTED] writes: Attached is the patch I propose, although I'm not sure if Alexandre likes it. Sure, that's OK. A slightly cleaner way would be to make sure we include ssl.h before any Windows header, but your solution is perfectly acceptable. -- Alexandre Julliard

Re: Mach-O Support for imageSize in NtHeader

2003-11-24 Thread Alexandre Julliard
Pierre d'Herbemont [EMAIL PROTECTED] writes: Here is my second try for a replacement of the _end symbol. I think that since there is no support of it we need a kind of emulation function, which I thought should be located in the wine_port lib. So I add a mach-o.c port file, with the needed

Re: PE stack trick not working on lowmem machines

2003-11-24 Thread Mike Hearn
On Mon, 2003-11-24 at 20:38, Alexandre Julliard wrote: Btw, why don't we use -Wa,--noexecstack ? It doesn't help with prelink AFAICT. Is it really too late to get some kind of hook into prelink to stop it interfering with Wine? It seems daft that we need such a big hack when surely a flag in

Re: unicows update and PE memory format

2003-11-24 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh [EMAIL PROTECTED] writes: It seems that I won't be able to use the forwarding inside the spec file. I'm not sure exactly why that is, but I think the unicows.lib link time library tries to load stuff by doing GetModuleHandle, and then fetching

Re: unicows update and PE memory format

2003-11-24 Thread Steven Edwards
--- Shachar Shemesh [EMAIL PROTECTED] wrote: If anyone can help me shed more light on this, I would be most grateful. I dont know if you've seen this or not. Maybe it will be of some help. http://libunicows.sourceforge.net/ Thanks Steven __ Do you Yahoo!?