On 05/09/2011 10:03 AM, Henri Verbeet wrote:
+static void test_timestamp_queries(IDirect3D9 *pD3d, HWND hwnd)
Please don't use names like pD3d, pDevice, etc. There's also still a
fair amount of inconsistencies in this patch.
Most of the places I did that I did so to match the naming conventions
Am Donnerstag, den 12.05.2011, 12:28 +0200 schrieb Scott Ritchie:
> Consensus here seems to be to try and remove HAL from the archive.
>
> Wine still uses it, so this means we'll either need to lobby for keeping
> HAL or to migrate to udisks.
I expect for Wine:
udisk (current linux) | hal (for o
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=10989
Your paranoid android
On 05/17/2011 11:07 AM, Juan Lang wrote:
> Hi Andrew,
>
> +GetComputerNameW(name, &size);
> +hostname_printfW(fmtW, name);
>
> I'm pretty sure that's not what you want. GetComputerName returns the
> "NetBIOS name" of the computer, which is set in the registry.
> hostname prints the IP ho
Hi Andrew,
+GetComputerNameW(name, &size);
+hostname_printfW(fmtW, name);
I'm pretty sure that's not what you want. GetComputerName returns the
"NetBIOS name" of the computer, which is set in the registry.
hostname prints the IP hostname of the computer. At least, my look at
a Windows v
On 05/17/2011 12:43 PM, Susan Cragin wrote:
I compile every git. So last compile was the day before this one.
However, I don't remember if I tried to run NatSpeak, so the error
might be as much as two days old?
If something worked before and don't work anymore, it's a regression.
Have a look
On 05/17/2011 09:01 AM, Alexandre Julliard wrote:
> Andrew Nguyen writes:
>
>> ---
>> programs/taskmgr/Da.rc | 11 --
>> programs/taskmgr/De.rc | 11 --
>> programs/taskmgr/En.rc | 11 --
>> programs/taskmgr/Fr.rc | 11 --
>> programs/taskmgr/He.rc | 12 --
Andrew Nguyen writes:
> ---
> programs/taskmgr/Da.rc | 11 --
> programs/taskmgr/De.rc | 11 --
> programs/taskmgr/En.rc | 11 --
> programs/taskmgr/Fr.rc | 11 --
> programs/taskmgr/He.rc | 12 --
> programs/taskmgr/It.rc | 11 --
> programs/taskm
>> This popped up today, and prevented me from opening my program. >> >> susan@ubuntu:~/.wine/drive_c/Program Files/Nuance/NaturallySpeaking10/Program$ wine natspeak>> fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS>> fixme:mountmgr:harddisk_ioctl
On Tue, May 17, 2011 at 08:51:23AM +0200, Marcus Meissner wrote:
> On Mon, May 16, 2011 at 08:26:08PM -0600, Vitaliy Margolen wrote:
> > On 05/13/2011 08:51 AM, Marcus Meissner wrote:
> > >-const DIDATAFORMAT c_dfDIJoystick = {
> > >+DECLSPEC_HIDDEN const DIDATAFORMAT c_dfDIJoystick = {
> >
> > >-
Damjan Jovanovic writes:
> --- a/programs/winemenubuilder/Makefile.in
> +++ b/programs/winemenubuilder/Makefile.in
> @@ -1,7 +1,7 @@
> EXTRADEFS = -DWINE_NO_UNICODE_MACROS
> MODULE= winemenubuilder.exe
> APPMODE = -mwindows -municode
> -IMPORTS = uuid windowscodecs shell32 shlwapi ole3
Damjan Jovanovic writes:
> Changelog:
> * shell32: implement the progman DDE interface
>
> This attempt calls CoInitialize() only when needed, and icon handling
> has been tested, fixed and simplified.
I know this is not performance-critical, but the code is quite
inefficient, especially with me
12 matches
Mail list logo