James Hawkins <[EMAIL PROTECTED]> writes:
> If you're adding the traces for debugging purposes, keep the traces in
> your tree, but don't add them back to wine.
It's perfectly legitimate to add traces in order to debug the tests,
that's why we have the trace() macro. And it's not possible for a
s
On 1/18/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote:
> * On Wed, 18 Jan 2006, James Hawkins wrote:
> > * On 1/18/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote:
> > > +
> > > +hkIcmKey = reg_open_mscms_key();
> > > +if (!hkIcmKey)
> > > +{
> > > +trace("Key
> > > 'HKLM\\SO
* On Wed, 18 Jan 2006, James Hawkins wrote:
> * On 1/18/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote:
> > +
> > +hkIcmKey = reg_open_mscms_key();
> > +if (!hkIcmKey)
> > +{
> > +trace("Key
> > 'HKLM\\SOFTWARE\\Microsoft\\Windows*\\CurrentVersion\\ICM\\RegisteredProfiles'
> >
On 1/18/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote:
> +
> +hkIcmKey = reg_open_mscms_key();
> +if (!hkIcmKey)
> +{
> +trace("Key
> 'HKLM\\SOFTWARE\\Microsoft\\Windows*\\CurrentVersion\\ICM\\RegisteredProfiles'
> not found\n" );
> +return;
> +}
We shoul fail s