On Thu, May 02, 2013 at 08:12:53AM +0200, Daniel Jeliński wrote:
> Hello,
> I sent a ~200KB patch to wine-patches last night and it disappeared without
> a trace. I'm wondering if it got lost or just went to moderation.
> Regards,
> Daniel
>
> PS.I just resent it, still no luck.
If you are subscr
Hello,
I sent a ~200KB patch to wine-patches last night and it disappeared without
a trace. I'm wondering if it got lost or just went to moderation.
Regards,
Daniel
PS.I just resent it, still no luck.
Can I use mingw headers instead?
I see that we already have some of these (mprerror.h, fltdefs.h, several
more in msvcrt directory), and they have the header I need (
http://sourceforge.net/apps/trac/mingw-w64/browser/experimental/headers_additions_test/include/transact.h
).
2013/5/1 Juan Lang
Hi George,
On Wed, May 1, 2013 at 8:14 AM, George Stephanos wrote:
> Hello wine-devel!
>
> This is my proposal as a student for Google Summer of Code 2013.
> I'm George Stephanos from the "Arab Academy for Science and Technology"
> situated in Egypt. gsteph on #winehackers
> I'm currently about t
Christopher Cope writes:
> @@ -286,8 +286,10 @@ static void enable_xinput2(void)
> class->number, class->min, class->max, class->resolution,
> class->mode,
> XGetAtomName( data->display, class->label ));
> if (class->label == x11drv_atom( Rel_
Sergey Guralnik writes:
> @@ -1618,7 +1618,7 @@ static void set_window_pos( struct window *win, struct
> window *previous,
> const rectangle_t old_visible_rect = win->visible_rect;
> const rectangle_t old_client_rect = win->client_rect;
> rectangle_t rect;
> -int client_change
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 2013-05-01 17:14, schrieb George Stephanos:
> Tell me if you need more information. Hope you consider me!
I can't comment on the details of the proposal, but please note that
you have to submit the proposal at
http://www.google-melange.com/gsoc/home
Hello wine-devel!
This is my proposal as a student for Google Summer of Code 2013.
I'm George Stephanos from the "Arab Academy for Science and Technology"
situated in Egypt. gsteph on #winehackers
I'm currently about to finish my second semester as a BSc in CS.
Previous Experience:
I haven't deve
Type it yourself. Refer to MSDN, public descriptions, and publicly
available headers, but don't copy/paste from any of them.
--Juan
On Wed, May 1, 2013 at 3:56 AM, Daniel Jeliński wrote:
> It probably is, I downloaded it somewhere. Had to remove some stuff to get
> it to compile. I think saw som
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=25385
Your paranoid android
Le 01/05/2013 14:34, Hans Leidekker a écrit :
On Wed, 2013-05-01 at 12:40 +0200, Christian Costa wrote:
diff --git a/dlls/msi/media.c b/dlls/msi/media.c
index 612624d..4145c76 100644
--- a/dlls/msi/media.c
+++ b/dlls/msi/media.c
@@ -358,8 +358,18 @@ static INT_PTR cabinet_next_cabinet(FDINOTIFIC
On Wed, 2013-05-01 at 12:40 +0200, Christian Costa wrote:
> diff --git a/dlls/msi/media.c b/dlls/msi/media.c
> index 612624d..4145c76 100644
> --- a/dlls/msi/media.c
> +++ b/dlls/msi/media.c
> @@ -358,8 +358,18 @@ static INT_PTR cabinet_next_cabinet(FDINOTIFICATIONTYPE
> fdint,
>
> if (strc
On 05/01/2013 07:38 AM, Christopher Cope wrote:
On 05/01/2013 07:21 AM, Christopher Cope wrote:
I am unsure how the "enum x11drv_atoms" in the file
dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines
XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and
XATOM_Rel_X shoul
On 05/01/2013 05:38 AM, Christopher Cope wrote:
On 05/01/2013 07:21 AM, Christopher Cope wrote:
I am unsure how the "enum x11drv_atoms" in the file
dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines
XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and
XATOM_Rel_X shou
On 05/01/2013 07:21 AM, Christopher Cope wrote:
I am unsure how the "enum x11drv_atoms" in the file
dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines
XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and
XATOM_Rel_X should be 81 and 82 respectively. However, when I dump
On 05/01/2013 05:21 AM, Christopher Cope wrote:
I am unsure how the "enum x11drv_atoms" in the file
dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines
XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and
XATOM_Rel_X should be 81 and 82 respectively. However, when I dump
I am unsure how the "enum x11drv_atoms" in the file
dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines
XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and
XATOM_Rel_X should be 81 and 82 respectively. However, when I dump the
values I get 195 and 196. I am attempting t
On 04/30/2013 11:05 AM, Alexandre Julliard wrote:
It still crashes:
Hmm... Guess I didn't fully understand the underlying problem.
Fortunately, after enabling subpixel rendering on my system, the same
crash now happens for me, so I can figure out exactly what's breaking.
I'll try to get try
It probably is, I downloaded it somewhere. Had to remove some stuff to get
it to compile. I think saw some mail saying that headers aren't copyrighted.
Anyway. What's the correct approach here? I mean, I clearly shouldn't add
anything, and removing stuff also doesn't look like the right idea. Well
Daniel Jeliński writes:
> +import "unknwn.idl";
> +
> +interface ITransaction;
> +interface ITransactionDispenser;
> +interface ITransactionOptions;
> +interface ITransactionOutcomeEvents;
> +interface ITransactionCompletionEvents;
> +
> +/*
Le 30/04/2013 14:14, Matteo Bruni a écrit :
2013/4/29 Christian Costa :
---
dlls/d3dx9_36/tests/xfile.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/d3dx9_36/tests/xfile.c b/dlls/d3dx9_36/tests/xfile.c
index 1238bcd..e514a5f 100644
--- a/dlls/d3dx9_36/tests/xfil
Ack, done.
By the way, I'm looking for txdtc.idl (SQL Server wants
IResourceManagerFactory, which is declared there), but Google only finds
txdtc.h. Do we have any tool to generate IDL back from header?
Thanks,
Daniel
2013/5/1 Nikolay Sivov
> On 5/1/2013 01:43, Daniel Jeliński wrote:
>
> Pleas
On 5/1/2013 11:53, Daniel Jeliński wrote:
Ack, done.
By the way, I'm looking for txdtc.idl (SQL Server wants
IResourceManagerFactory, which is declared there), but Google only
finds txdtc.h. Do we have any tool to generate IDL back from header?
I don't think so, it's kind of normal for PSDK to
23 matches
Mail list logo