Vincent Povirk wrote:
> Yes, there's already a #include "pshpack1.h" around this part of the file.
Ah, sorry, should have looked at the target file before commenting.
--
Dmitry.
Yes, there's already a #include "pshpack1.h" around this part of the file.
On Thu, Apr 5, 2012 at 10:58 PM, Dmitry Timoshkov wrote:
> Vincent Povirk wrote:
>
>> +typedef struct tagLINK_PROPERTYSTORAGE_VALUE
>> +{
>> + DWORD size;
>> + DWORD pid;
>> + BYTE unknown8;
>> + DWORD vt;
>>
Vincent Povirk wrote:
> +typedef struct tagLINK_PROPERTYSTORAGE_VALUE
> +{
> +DWORD size;
> +DWORD pid;
> +BYTE unknown8;
> +DWORD vt;
> +DWORD unknown25;
> +} LINK_PROPERTYSTORAGE_VALUE;
You probably need an appropriate packing for this structure.
--
Dmitry.
Am 05.04.2012 14:10, schrieb Magdalena Nowak:
> Hi, my name is Magdalena Nowak and I'd like to apply for this year's
> Summer of Code with Wine. My proposal is to merge the two control
> panel suggestions (Tools - Merge winecfg and control panel and Tools -
> Implement new control panel applets) in
Whoops, meant to send this to wine-patches. Sorry for the noise.
On Thu, Apr 5, 2012 at 4:52 PM, Vincent Povirk wrote:
>
From 83736b323bf173aaa9803ff7ddf1cb16d5fb7fb2 Mon Sep 17 00:00:00 2001
From: Vincent Povirk
Date: Thu, 5 Apr 2012 13:47:11 -0500
Subject: [PATCH 3/4] shell32: Add test for STARTF_TITLEISAPPID flag.
---
dlls/shell32/tests/appusermodel.c | 104 +
1 files chang
Hi Juan
My wish to fix urlcache comes from the fact that World of Warcraft use it.
The most common error seen in a wow logfile is: CommitUrlCacheEntry:
entry already in cache - don't know what to do
So I started looking at how to fix that.
I assume that most people that play WoW installs a nati
Hi,
It's hard to divide the work in any ways right now, since all of us were
looking for bugs and fixing them. Before the work may be split in any
way, some basic problems needs to be fixed. I think we're slowly getting
to the point when index.dat is no longer getting corrupted (of course
the
Hi
Dne Thu, 5 Apr 2012 11:20:12 +0300
Yaron Shahrabani napsal(a):
> On Wed, Apr 4, 2012 at 5:05 PM, Michal Čihař wrote:
> > To help you with deciding, I've set up test installation with Wine
> > sources. For now I've only imported master branch:
> >
> > http://wine.weblate.org/projects/wine/
I just wanted to point out that my proposal is now up on Melange.
http://wiki.winehq.org/ARM says commands like
$ qemu-i386 /usr/local/qemu-i386/wine/bin/wine
/usr/local/qemu-i386/wine/c/Program\ Files/putty.exe
used to work, but doesn't anymore.
I gave it a shot anyway, just trying to run x86 apps inside wine inside qemu:
wget http://wiki.qemu.org/download/qe
Hi Morten and Piotr,
I notice both of you are working on wininet's url cache. That's
great: it's largely bitrot, and has been for years. My question is,
what are you planning to fix? It seems like you're both running into
some of the same issues right now, and it would be nice if you could
coor
Am Donnerstag, 5. April 2012, 23:25:02 schrieb Alexander Mezin:
> I want to contact possible mentor to discuss
> what parts of the libraries must be implemented, but I can't find his
> e-mail, wiki says that his page isn't created.
You can find the current state of our d3dx libraries in the Wine so
Hello. I want to participate in GSoC and work on project "Direct3D:
Implement missing D3DX libraries", listed at
http://wiki.winehq.org/SummerOfCode. I have experience of developing
for Windows using Direct3D 9 and D3DX, so I think I'm the one who you
need for this project. About two years ago I re
In my opinion this implementation does not have to support exotic
devices like tablets. Bear in mind, that all applications affected by
raw input are games (at least for now), so in my opinion this
implementation have to be easy to extend to other devices - it doesn't
have to directly support it. M
"Erich E. Hoover" writes:
> On Thu, Apr 5, 2012 at 6:37 AM, Alexandre Julliard
> wrote:
>> "Erich E. Hoover" writes:
>>
>> > Description:
>> > Free the section header memory outside of the uninterrupted
>> > section lock. Changing the order here stops the process heap from
>> > potentiall
On Thu, Apr 5, 2012 at 6:37 AM, Alexandre Julliard wrote:
> "Erich E. Hoover" writes:
>
> > Description:
> > Free the section header memory outside of the uninterrupted
> > section lock. Changing the order here stops the process heap from
> > potentially deadlocking (Bug #30356).
>
> The all
On 5 April 2012 15:31, Alexandre Julliard wrote:
> It doesn't work here (GeForce 8500, driver 295.20):
>
That's a driver bug I'm afraid. I could hold the patch back until it's
fixed, but that might take a long time.
Henri Verbeet writes:
> ---
> dlls/wined3d/wined3d_main.c |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
It doesn't work here (GeForce 8500, driver 295.20):
../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so
visual.c && touch visual.ok
visual.c:
On Thu, Apr 05, 2012 at 07:51:13AM -0500, Aric Stewart wrote:
>
> revised based on comments from Jacek Caban
> ---
> dlls/quartz/Makefile.in|1 +
> dlls/quartz/control_v2.idl | 17 +
> 2 files changed, 18 insertions(+), 0 deletions(-)
> create mode 100644 dlls/quartz/co
On 5 April 2012 14:37, Kusanagi Kouichi wrote:
> FT_Face is a typedef for struct FT_FaceRec_*, so it would be worth
> adding const.
>
Except that "const FT_Face" doesn't do what you think it does.
On 2012-04-04 17:35:58 +0200, Alexandre Julliard wrote:
> Kusanagi Kouichi writes:
>
> > @@ -6407,7 +6409,7 @@ static BOOL get_text_metrics(GdiFont *font,
> > LPTEXTMETRICW ptm)
> > return TRUE;
> > }
> >
> > -static BOOL face_has_symbol_charmap(FT_Face ft_face)
> > +static BOOL face_has
"Erich E. Hoover" writes:
> Description:
> Free the section header memory outside of the uninterrupted
> section lock. Changing the order here stops the process heap from
> potentially deadlocking (Bug #30356).
The allocation will still be an issue. I think a better approach would
be to avo
Morten Rønne writes:
> @@ -29,6 +29,8 @@
>
> #include "wine/test.h"
>
> +#define bail_out{ ok(0, "Bailing out\n"); return; }
Please avoid that sort of thing.
--
Alexandre Julliard
julli...@winehq.org
Hi, my name is Magdalena Nowak and I'd like to apply for this year's
Summer of Code with Wine. My proposal is to merge the two control
panel suggestions (Tools - Merge winecfg and control panel and Tools -
Implement new control panel applets) into one project.
I would start off with splitting wine
Hi Aric,
On 04/04/12 20:38, Aric Stewart wrote:
> --- a/dlls/quartz/Makefile.in
> +++ b/dlls/quartz/Makefile.in
> @@ -32,6 +32,7 @@ RC_SRCS = version.rc
> IDL_H_SRCS = fil_data.idl
> IDL_P_SRCS = quartz_strmif.idl
> IDL_R_SRCS = quartz_strmif.idl
> +IDL_TLB_SRCS = ../../include/control.idl
Thi
On Wed, Apr 4, 2012 at 5:05 PM, Michal Čihař wrote:
> To help you with deciding, I've set up test installation with Wine
> sources. For now I've only imported master branch:
>
> http://wine.weblate.org/projects/wine/master/
Hi Michal!
This is so wonderful! I'm glad you did that!
I can't registe
27 matches
Mail list logo