Fix some SHGetSpecialFolderPathA exceptions on WinME:
commit6400c8e3dddda2be1dfd393def4cb07f593508ac
authorSaulius Krasuckas <saulius.krasuckas@ieee.org>
Mon, 15 Aug 2005 10:22:56 +0000 (15 10:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Aug 2005 10:22:56 +0000 (15 10:22 +0000)
tree2183b8826b2dffc7c35db5322cccbe374d690f2c
parent756d8e17cf7b8151711decf82b0c4042a34e835d
Fix some SHGetSpecialFolderPathA exceptions on WinME:
- pass pointer to valid buffer as lpszPath.
- disable check passing NULL as lpszPath.
dlls/shell32/tests/shellpath.c