-----Original Message-----
From: ros-dev-bounces(a)reactos.com
[mailto:ros-dev-bounces@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