Paul Vriens <[EMAIL PROTECTED]> writes: > The question that remains is should the full <dll>-tests be able to be > compiled > and run or should we have this to be correct for every single test? I mean > that > are no issues if you compile the whole comctl32 "testsuite".
It's a good idea to keep each C file as stand-alone as possible, so that it's possible to copy it over to Windows and quickly build a test exe without needing extra infrastructure. -- Alexandre Julliard [EMAIL PROTECTED]
