Sweden-Number/dlls/shell32/tests
Ken Thomases 1e5a03eca4 shell32/tests: Added to-do test showing a bug with file paths with spaces.
If ShellExecuteEx is asked to execute a file which has a space in its path,
and if there exists a "masking" file whose name matches the path truncated
at a space, then ShellExecuteEx launches the masking file instead.
2007-04-18 13:47:18 +02:00
..
Makefile.in
generated.c
shell32_test.h
shelllink.c shell32/tests: Test creating shell links for commands on path. 2007-02-14 21:45:56 +01:00
shellpath.c shell32/tests: wnsprintfA() is missing on Win9x, so use sprintf() instead. 2007-02-09 14:32:57 +01:00
shlexec.c shell32/tests: Added to-do test showing a bug with file paths with spaces. 2007-04-18 13:47:18 +02:00
shlfileop.c Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll. 2007-03-28 12:36:13 +02:00
shlfolder.c Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll. 2007-03-28 12:36:13 +02:00
string.c