Joris Huizer wrote:
Uhm, trying to be sure all if functionally equivalent ofcourse - but how do I run test cases (I'm using linux here)
Make sure you have a valid .wine on your system, then run:
cd dlls/shell32 WINEPREFIX=~/.wine make test
You don't need to run them on Windows unless you're modifying the test itself. Somebody else already checked that they pass on various Windows versions.
It's also a good idea to try find a program that uses the function and test that too.
Mike