Alexandre Julliard a écrit :
ChangeSet ID: 18492
CVSROOT:/opt/cvs-commit
Module name:wine
Changes by: [EMAIL PROTECTED] 2005/06/27 14:51:41
Modified files:
dlls/winmm : lolvldrv.c
Log message:
Get rid of the WaveMapper and MidiMapper options, the defaults
Vitaliy Margolen a écrit :
Vitaliy Margolen
changelog:
dlls/ntdll/virtual.c
Load all dll sections no matter what attributes say
why do you need this ?
A+
--
Eric Pouech
can someone run the attached test (which is an evolution of
dlls/kernel/tests/atom.c) on a win9x box and send me back the results...
the semantics for getting an atom name with a buffer too small are so
inconsistent on XP, I'd like to get an idea of what gives on Win9x (and even NT
if there ar
On 7/1/05, Jeremy Newman <[EMAIL PROTECTED]> wrote:
> What are you talking about?
>
Nothing, I downloaded the down loadable version and it was 10.2 MB
while the site
was only reporting 9 MB ... I thought we were stuck at 9, then a patch
came in and it rolled over to 10..
Tom
Sascha Cunz wrote:
In lines 1944 and 1977 of dlls/comctl32/comctl32undoc.c the value "0x7FFF" is
used to check for the boundary of a 32 bit integer. However, there should be
used MAX_INT instead.
I somehow doubt that this function will ever encounter an INT greater
than MAX_INT... :)
Anyway
On Sat, 02 Jul 2005 00:30:08 +0200, Jules Richardson
<[EMAIL PROTECTED]> wrote:
On Fri, 2005-07-01 at 13:15 +0200, Holly Bostick wrote:
2. It *asked me* about things I might want to change-- and didn't make
assumptions about its own detection!! No, I really don't have a Windows
drive, so you
On Fri, 2005-07-01 at 13:15 +0200, Holly Bostick wrote:
> 2. It *asked me* about things I might want to change-- and didn't make
> assumptions about its own detection!! No, I really don't have a Windows
> drive, so you were right, but I don't want my c_drive in ~/.wine so put
> it somewhere else, t
Marcus Meissner wrote:
On Thu, Jun 30, 2005 at 03:09:35PM -0500, Alex Villacís Lasso wrote:
It worked in the past. When pclsidHandler is set to NULL it performs
a registry lookup as the native version does it. If these registry
entries are missing it has a problem and could perhaps return
On Thu, Jun 30, 2005 at 03:09:35PM -0500, Alex Villacís Lasso wrote:
>
> >It worked in the past. When pclsidHandler is set to NULL it performs
> >a registry lookup as the native version does it. If these registry
> >entries are missing it has a problem and could perhaps return the
> >mentioned
Saulius Krasuckas <[EMAIL PROTECTED]> writes:
> ChangeLog:
> Saulius Krasuckas <[EMAIL PROTECTED]>
> Added test for IShellFolder_ParseDisplayName.
The test fails here:
shlfolder.c:90: Test failed: ParseDisplayName returned 80070002, expected E_FAIL
--
Alexandre Julliard
[EMAIL PROT
On Fri, 2005-07-01 at 20:38, Jacek Caban wrote:
>
> #include "mshtml.h"
> +#include "mshtmhst.h"
> +
> +#include "mshtml.h"
You've included mshtml.h twice.
Cheers,
Paul.
Robert Reif a écrit :
Robert Reif wrote:
Here is a patch that adds an audio driver configure button
and tries to send a DRV_CONFIGURE message to the
selected audio driver.
It doesn't work because it can't find the audio driver. However,
hard coding the driver name to "joystick.drv" does displa
Robert Shearman wrote:
This would be much easier in IDL. Why did you do it all by hand?
http://www.winehq.org/hypermail/wine-patches/2005/06/0787.html
Alexandre didn't like the hacks.
Mike
Mike McCormack wrote:
Use DECLARE_INTERFACE macros.
Mike
ChangeLog:
* add textserv.h
+#ifndef __WINE_TEXTSERV_H
+#define __WINE_TEXTSERV_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+DEFINE_GUID(IID_ITextServices,0
What are you talking about?
On Thu, 2005-06-30 at 09:02 -0400, Tom Wickline wrote:
> Looks like ""Downloadable version" is stuck at 9 MB last time I
> checked we were at a new record of 10.2 MB . Newman to the
> rescue ?
>
> Cheers,
>
> Tom
>
>
--
Jeremy Newman <[EMAIL PROTECTED]>
Cod
On 7/1/05, Holly Bostick <[EMAIL PROTECTED]> wrote:
> none/proc/sys/fs/binfmt_miscbinfmt_misc
Add binfmt_misc (whatever it may be) to the array ignored_fstypes in
programs/wine/drivedetect.c. You can probably make that patch
yourself.
Paul
Michael Jung schreef:
> On Friday 01 July 2005 13:15, Holly Bostick wrote:
>
>>Using autodetect, /proc/sys/fs/binfmt_misc is mapped to the I drive, for
>>goodness' sake!
>
>
> Could you show us the relevant entry in your fstab? Winecfg has a blacklist
> for filesystem types not to be mapped to
On Friday 01 July 2005 13:15, Holly Bostick wrote:
> Using autodetect, /proc/sys/fs/binfmt_misc is mapped to the I drive, for
> goodness' sake!
Could you show us the relevant entry in your fstab? Winecfg has a blacklist
for filesystem types not to be mapped to a drive letter and 'proc' is one of
Hi,
This didn't seem appropriate for the user's list, as I don't intend to
report "problems" that I want "solved" but to provide an overview of how
the recent changes affect users like me -- for good (mostly) and ill--
in the Real World (TM).
First of all, good job! Last night I upgraded from 200
Vijay Kiran Kamuju wrote:
for backward compatibility, i would be defining the interfaces.
as for iid's i would be going for msxml3 implementation.
Great!
Are there any suggestions for my sample stub implementation?
Well, there's a few different styles used in Wine. I've been working on
Ok,
for backward compatibility, i would be defining the interfaces.
as for iid's i would be going for msxml3 implementation.
Are there any suggestions for my sample stub implementation?
Thanks,
Vijay
On 7/1/05, Mike McCormack <[EMAIL PROTECTED]> wrote:
>
>
> Vijay Kiran Kamuju wrote:
>
> >
Vijay Kiran Kamuju wrote:
Are we supporting IE4?
There are some changes in the interfaces for msxml and also there are
changes in guids in the subsequent versions.
How to handle ie4 finterface changes in msxml.idl?
COM gives different interfaces different IIDs, so there shouldn't be any
pr
Hi,
Are we supporting IE4?
There are some changes in the interfaces for msxml and also there are
changes in guids in the subsequent versions.
How to handle ie4 finterface changes in msxml.idl?
Thanks,
Vijay
23 matches
Mail list logo