On December 29, 2002 07:45 pm, Dan Kegel wrote:
I added a few definitions that let this file optionally compile standalone, which made things easier on Windows.
+#include "wtypes.h" +#include "winbase.h" +#include "windef.h" +#include "shellapi.h" +#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.