[ros-dev] DPRINT

Casper Hornstrup chorns at users.sourceforge.net
Thu Dec 9 20:12:42 CET 2004


 

> -----Original Message-----
> From: ros-dev-bounces at reactos.com 
> [mailto:ros-dev-bounces at reactos.com] On Behalf Of Royce Mitchell III
> Sent: 9. december 2004 19:41
> To: ReactOS Development List
> Subject: [ros-dev] DPRINT
> 
> Would anybody object to me changing:
> 
>     DPRINT(foo)
> 
> to
> 
>     DPRINT((foo))
> 
> in the name of msvc6 compilability?

I would. This will give you maintainance hell. Either you need to fix it every
time some developer using MinGW use the first version or you will need to
constantly remind these developers to use the second version (eg. more work
for them).

Casper



More information about the Ros-dev mailing list