Re: DMLOADERe: Prevent crash on IDirectMusicLoaderResourceStream_IStream_Read if pcbRead is NULL

2005-06-13 Thread Alex Villací­s Lasso
Juan Lang wrote: - TRACE_(dmfileraw)(": data (size = 0x%08lX): '%s'\n", *pcbRead, debugstr_an(pv, *pcbRead)); + TRACE_(dmfileraw)(": data (size = 0x%08lX): '%s'\n", cb, debugstr_an(pv, *pcbRead)); Should that be: TRACE_(dmfileraw)(": data (size = 0x%08lX): '%

Re: How to add winmm.dll driver from within msacm32.dll?

2005-06-13 Thread Alex Villací­s Lasso
[EMAIL PROTECTED] wrote: I tried the following change in acmDriverAddA() at dlls/msacm/driver.c: if (!hinstModule) { return MMSYSERR_INVALHANDLE; } else { #define WINE_DI_MAGIC 0x900F1B01 unsigned int * d = (unsigned int *)hinstModule; if (HeapValidate(GetProcessHea

Re: OLEAUT32 (resend) Floating point locale, no negative zero

2005-05-30 Thread Alex Villací­s Lasso
Alexandre Julliard wrote: Alex Villaci­s Lasso <[EMAIL PROTECTED]> writes: Changelog: * Force Single|Double conversion to BSTR to use the decimal separator defined by the current locale, because that is what native oleaut32 does, and to be consistent with later parsing of floating-point num