Detlef Riekenberg wrote:
> static HRESULT WINAPI DEVENUM_IMediaCatMoniker_BindToStorage(IMoniker
> *iface, IBindCtx *pbc,
> IMoniker *pmkToLeft, REFIID riid, void **ppvObj)
> {
> +static IBindCtx *old_bc;
> MediaCatMoniker *This = impl_from_IMoniker(iface);
>
> TRACE("
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=17512
Your paranoid android
anoid android.
=== WNT4WSSP6 (32 bit devenum) ===
devenum.c:59: Test failed: Cannot create CLSID_SystemDeviceEnum object (res =
80040154)
Another fortnight, another Winetricks.
Online as always at
http://kegel.com/wine/winetricks
or
http://winezeug.googlecode.com
(Bug reports to the issue tracker at the above URL, please.)
Changes:
Austin English:
crypt32: added (Issue 162).
devenum: added (Issue 163).
divx: update sha1sum
On Wednesday 10 September 2008 01:52:02 pm David Laight wrote:
> On Wed, Sep 10, 2008 at 01:38:03PM -0700, Juan Lang wrote:
> > Why use two parentheses when 6 will do, eh? Sorry, I don't agree that
> > this is clearer.
>
> Agreed, if you add too many parenthesis it gets difficult to see
> where th
On Wed, Sep 10, 2008 at 01:38:03PM -0700, Juan Lang wrote:
> > I'm pretty sure this would come out as:
> > dwMediaTypeSize + (dwMediaTypeSize < (2 ? 1 : dwMediaTypeSize) / 2)
>
> It doesn't, check the order of operations again.
>
> > But even if it doesn't, I don't think it'd hurt to be more expl
> I'm pretty sure this would come out as:
> dwMediaTypeSize + (dwMediaTypeSize < (2 ? 1 : dwMediaTypeSize) / 2)
It doesn't, check the order of operations again.
> But even if it doesn't, I don't think it'd hurt to be more explicit:
> dwMediaTypeSize + ((dwMediaTypeSize < 2) ? 1 : (dwMediaTypeSize
On Wednesday 10 September 2008 11:34:03 am Juan Lang wrote:
> dwMediaTypeSize + (dwMediaTypeSize < 2 ? 1 : dwMediaTypeSize / 2)
I'm pretty sure this would come out as:
dwMediaTypeSize + (dwMediaTypeSize < (2 ? 1 : dwMediaTypeSize) / 2)
But even if it doesn't, I don't think it'd hurt to be more ex
Andrew Talbot wrote:
Robert Shearman wrote:
Andrew Talbot wrote:
*/
static HRESULT WINAPI DEVENUM_IClassFactory_CreateInstance(
LPCLASSFACTORY iface,
-LPUNKNOWN pUnkOuter,
+const IUnknown *pUnkOuter,
REFIID riid,
LPVOID *ppvObj)
I'm not sure what th
Robert Shearman wrote:
> Andrew Talbot wrote:
>> */
>> static HRESULT WINAPI DEVENUM_IClassFactory_CreateInstance(
>> LPCLASSFACTORY iface,
>> -LPUNKNOWN pUnkOuter,
>> +const IUnknown *pUnkOuter,
>> REFIID riid,
>> LPVOID *ppvObj)
>>
>
> I'm not sure what the point of
Andrew Talbot wrote:
*/
static HRESULT WINAPI DEVENUM_IClassFactory_CreateInstance(
LPCLASSFACTORY iface,
-LPUNKNOWN pUnkOuter,
+const IUnknown *pUnkOuter,
REFIID riid,
LPVOID *ppvObj)
I'm not sure what the point of this is.
--
Rob Shearman
On 7/3/06, James Hawkins <[EMAIL PROTECTED]> wrote:
Changelog:
* Cleanup the formatting of register_clsids to match 4-space indention
of the rest of the file.
* Initialize hkeys to avoid calling RegCloseKey on an uninitialized value.
Ignore this patch, it doesn't even compile :-\
--
James Ha
Resend.
Changelog:
Marcelo Duarte <[EMAIL PROTECTED]>
Localization to Portuguese (devenum) and minor corrections (winmm,
progman, winmine).
Index: dlls/devenum/devenum.rc
===
RCS file: /home/wine/wine/dlls/devenum/devenu
> Why you do not leave the neutral resources in the main archive?
That's how it's done in other files, anyway, I'll send another patch that leaves
the neutral resources in the main file.
Ivan.
Ivan Leo Puoti wrote:
English resources moved to En.rc, language neutral resources moved to Xx.rc,
and italian resources added in It.rc
Licence: LGPL
Ivan.
Ivan,
Why you do not leave the neutral resources in the main archive?
Greetings,
Marcelo
15 matches
Mail list logo