"katahiromz ." katayama.hirofumi.mz@gmail.com writes:
@@ -327,6 +328,149 @@ done:
return HRESULT_FROM_WIN32(dwLastError);
}
+static HRESULT DELNODE_delete_file(LPWSTR fname)
+{
There shouldn't be any reason to retrieve attributes first.
Please don't use wide character constants.
C_SRCS = \
advpack.c \
- delnode.c \
files.c \
install.c
Please don't create a new file, the tests should go into files.c.
+static const NODEW s_nodesW[] =
+{
- { L"dir1", TRUE }, /* 0 */
- { L"dir1\dir2", TRUE }, /* 1 */
- { L"dir1\dir2\file1", FALSE }, /* 2 */
You can't use wide character strings in Wine.
+START_TEST(delnode)
+{
This shouldn't be necessary.
--
Alexandre Julliard
julliard@winehq.org