"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
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
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
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