Stefan Leichter wrote:
> > > > Google points to http://www.undocprint.org/winspool/getfontresourceinfo
> > > > which seems to have some description of this API, with symbolic names
> > > > of the type parameter, so testing something besides type == 1 would be
> > > > a good idea as well.
> > >
>
On Fri, Dec 14, 2012 at 9:30 AM, Alan Cox wrote:
>> We can make this feature (passing O_DENY* flags received from clients
>> to filesystem) can be turned on/off on Samba/NFS server to let this
>> particular use case work. In general, I think we really need to be
>> sure that nobody has a read acce
> We can make this feature (passing O_DENY* flags received from clients
> to filesystem) can be turned on/off on Samba/NFS server to let this
> particular use case work. In general, I think we really need to be
> sure that nobody has a read access for files that a Windows process
> opened with O_DE
On Fri, Dec 14, 2012 at 4:50 PM, Ann and Jason Edmeades
wrote:
> Hiya,
>
> Thanks for the comments
>
>>I don't really like hardcoding a variable name in a function...
> I don't mind not having the variable hardcoded in the function, but I dont
> like the solution(s), and after all they are only te
Friday 14 December 2012 Dmitry Timoshkov
> Stefan Leichter wrote:
> > > > +pCopyFileW = (void *)GetProcAddress(hkernel32, "CopyFileW");
> > > > +pExpandEnvironmentStringsW = (void *)GetProcAddress(hkernel32,
> > > > "ExpandEnvironmentStringsW"); +pGetCurrentDirectoryW = (void
> > > >
The Wine project has a limited fund to sponsor travel to the Wine
conference.
If you are interested in attending the Wine DevRoom at FOSDEM, but could
only do so with financial assistance, we may be able to help!
To apply, simply email me a request and indicate if you need help with
transportatio
Hey Jerome,
On 12/12/2012 07:04 PM, Jerome Leclanche wrote:
> Has there been any further decision about this? I'll be at FOSDEM on
> behalf of Razor and would love to sit in at the Wine talks.
I'm not entirely sure what you're asking. We will definitely be at
FOSDEM and will have a DevRoom on Su
On 14 December 2012 17:01, Caron Jensen wrote:
> @@ -2018,6 +2020,7 @@ static enum wined3d_pci_device
> select_card_nvidia_mesa(const struct wined3d_gl_i
> {
> /* Kepler */
> {"NVE4",CARD_NVIDIA_GEFORCE_GTX680},
> +{"NVE7",CARD_NVIDIA_GEFORCE_GTX660},
>
Heh, sure I can do that. I did that initially with test_tlb.idl but after
that I got a bunch of failures cause of existing tests. I will update
existing tests then.
On Fri, Dec 14, 2012 at 7:09 PM, Alexandre Julliard wrote:
> Nikolay Sivov writes:
>
> > Don't know what it wants here. Probably i
Nikolay Sivov writes:
> Don't know what it wants here. Probably it doesn't like new idl file?
I don't like it either ;-) Any chance you could put that in one of the
existing files?
--
Alexandre Julliard
julli...@winehq.org
Hiya,
Thanks for the comments
>I don't really like hardcoding a variable name in a function...
I don't mind not having the variable hardcoded in the function, but I dont
like the solution(s), and after all they are only test routines! One
extremely useful benefit of naming the variable and checki
On 14 December 2012 13:11, Francois Gouget wrote:
> The other thing which is strange is that I only get trouble about mixed
> vertex processing on Windows. On Linux CreateDevice() succeeds in
> either mode.
>
Yeah, we don't really make the difference in Wine, all we have is
"hardware", although th
2012/12/12 David Laight :
> On Sat, Dec 08, 2012 at 12:43:14AM +0400, Pavel Shilovsky wrote:
>>
>> The problem is the possibility of denial-of-service attacks here. We
>> can try to prevent them by:
>
> FWIW I already see a DoS 'attack'.
> I have some filestore shared using NFS (to Linux and Solari
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=23397
Your paranoid android
Don't know what it wants here. Probably it doesn't like new idl file?
On Fri, Dec 14, 2012 at 3:15 PM, Marvin wrote:
> 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 co
On Fri, 14 Dec 2012, Henri Verbeet wrote:
[...]
> > How important is it to use mixed mode instead of software, at least for
> > these tests?
> >
> I doubt it matters at all here.
Ok. I've sent the patch to wine-patches.
The other thing which is strange is that I only get trouble about mixed
vert
On 12/12/2012 11:00 PM, Michael Ost wrote:
Hi list,
Can someone help me get through the wineserver code for passing data
through a buffer in response to an ioctl?
Our (slightly out of date 1.3.24 version of) Wine is getting
INVALID_HANDLE_VALUE returned for FindFirstVolume. The problem is th
17 matches
Mail list logo