Hello
Would you explain me, what is wrong with this patches series? I've submitted it last week and for some reason it's status is untouched. (the "failed" status seems to be temporal testbot's problem rather than my patch's, so this is not the reason). I have no idea how to fix them.
Best regards Mariusz Pluciński
W dniu 15.06.2011 18:05, Mariusz Pluciński pisze:
To not break currently working applications/tests, I decided to implement known folders using following schema:
- implement infrastructure of known folders without breaking
currently working CSIDL-based way. New code is used only for folders registered using RegisterFolder(). For all others, the older code using CSIDL_Data array is used. 2. move all folders from CSIDL_Data array to registry and remove old way of accessing them.
dlls/shell32/shellpath.c | 70 ++++++++++++++++++++++++++++++++++++++- dlls/shell32/tests/shellpath.c | 1 - 2 files changed, 68 insertions(+), 3 deletions(-)
Mariusz Pluciński vshader@gmail.com writes:
Would you explain me, what is wrong with this patches series? I've submitted it last week and for some reason it's status is untouched. (the "failed" status seems to be temporal testbot's problem rather than my patch's, so this is not the reason). I have no idea how to fix them.
They should really run through testbot. Please resend them.