Dimitrie O. Paun wrote:
On December 29, 2002 07:45 pm, Dan Kegel wrote:
+#include "wine/test.h"
Please use <> instead of "" even in Wine. The old code uses "" for historical reasons that are no longer an issue. It needs to be changed (and we're waiting for some Perl wizard to help out <g>), but the new code should not perpetuate this deprecated practice IMO.
Yay!
OK, maybe that's another janitorial project I can take on. Is it only the test programs and winelib programs that should be converted from "" to <>, or is there more? - Dan