15 Jun
2011
15 Jun
'11
5:51 p.m.
Won't Wine pass the test only the first time it's run? 2011/6/15 Mariusz Pluciński <vshader(a)gmail.com>:
To not break currently working applications/tests, I decided to implement known folders using following schema: 1. 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(-)