I can't tell if it's a good idea but having a seperate repository should
lead to some crucial changes, the only way it will be possible is this:
This repository will have only the translations with a POT/PO file from the
original project (will be updated every couple of hours).
This repository wil
Le 23 mars 2012 22:21, Charles Davis a écrit :
>
> On Mar 23, 2012, at 3:09 PM, Nicolas Le Cam wrote:
>
>> Le 23 mars 2012 21:41, Lauri Kenttä a écrit :
>>> ---
>>> dlls/mscoree/mscoree_main.c | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/dlls/mscoree/mscoree_
On Mar 23, 2012, at 3:09 PM, Nicolas Le Cam wrote:
> Le 23 mars 2012 21:41, Lauri Kenttä a écrit :
>> ---
>> dlls/mscoree/mscoree_main.c |2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
>> index 1aa120f..0e
Le 23 mars 2012 21:41, Lauri Kenttä a écrit :
> ---
> dlls/mscoree/mscoree_main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
> index 1aa120f..0ebc813 100644
> --- a/dlls/mscoree/mscoree_main.c
> +++ b/dlls/
On 03/23/2012 07:50 PM, Lauri Kenttä wrote:
On 2012-03-22 00:36, Michael Stefaniuc wrote:
HRESULT WINAPI GetRequestedRuntimeVersion(LPWSTR pExe, LPWSTR
pVersion, DWORD cchBuffer, DWORD *dwlength)
{
- TRACE("(%s, %p, %d, %p)\n", debugstr_w(pExe), debugstr_w(pExe),
cchBuffer, dwlength);
+ TRACE("(
On 2012-03-22 00:36, Michael Stefaniuc wrote:
HRESULT WINAPI GetRequestedRuntimeVersion(LPWSTR pExe, LPWSTR
pVersion, DWORD cchBuffer, DWORD *dwlength)
{
-TRACE("(%s, %p, %d, %p)\n", debugstr_w(pExe), debugstr_w(pExe),
cchBuffer, dwlength);
+TRACE("(%s, %s, %d, %p)\n", debugstr_w(pExe),
Hi,
Aric Stewart wrote:
>If you know about specifically quartz issues I am happy to start looking at
>them.
I find the following very specific:
Mciqtz is nothing but a pass-through to quartz' IVideoWindow_* IMediaSeeking_*
IMediaControl_ and IGraphBuilder_QueryInterface.
So using mciqtz is like
Hi Jörg,
Thanks for the e-mail. I will admit that I am completely ignorant about
mci and mciqtz. However I am becoming more and more skilled at quartz.
Right now I am mostly knowledgeable about the filters and filter chain.
I will start looking at our filter graph stuff soon, but there is
I think I accidentally dropped wine-devel, I have re-added and hope it does
not create any trouble.
And thanks for the explanation, but I'm not sure I fully understand how the
different versions of direct3d interact within wine's implementation. I
will probably figure it out in time.
Also I will