Re: Add debugstr_rect alias for consistency with other debugging functions.

2004-08-08 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Apart for much cleaner code, it's also useful, as I can see many > people do: > #ifdef WINE > #define ERR WINE_ERR > #define TRACE WINE_TRACE > ... > #else > #define ERR printf > #define TRACE printf > ... > #endif > > I have a sent

Re: Add debugstr_rect alias for consistency with other debugging functions.

2004-08-08 Thread Dimitrie O. Paun
On Sat, Aug 07, 2004 at 04:00:25PM -0700, Alexandre Julliard wrote: > Mike Hearn <[EMAIL PROTECTED]> writes: > > > The lack of this confused me for a few minutes, might as well stick it in. > > It's missing because it violates namespace rules. The other debugstr > functions are here for historica

Re: Add debugstr_rect alias for consistency with other debugging functions.

2004-08-08 Thread Mike Hearn
On Sat, 2004-08-07 at 16:00 -0700, Alexandre Julliard wrote: > It's missing because it violates namespace rules. The other debugstr > functions are here for historical reasons but we shouldn't add new > ones. OK, I suspected that might be the case but inside of Wines code why do we have to prefix

Re: Add debugstr_rect alias for consistency with other debugging functions.

2004-08-07 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > The lack of this confused me for a few minutes, might as well stick it in. It's missing because it violates namespace rules. The other debugstr functions are here for historical reasons but we shouldn't add new ones. -- Alexandre Julliard [EMAIL PROTECTE