To match the Wine source file.
Signed-off-by: Zebediah Figura z.figura12@gmail.com --- dlls/quartz/tests/Makefile.in | 2 +- dlls/quartz/tests/{avisplitter.c => avisplit.c} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dlls/quartz/tests/{avisplitter.c => avisplit.c} (99%)
diff --git a/dlls/quartz/tests/Makefile.in b/dlls/quartz/tests/Makefile.in index 8ecced9d00..03f13899d3 100644 --- a/dlls/quartz/tests/Makefile.in +++ b/dlls/quartz/tests/Makefile.in @@ -2,7 +2,7 @@ TESTDLL = quartz.dll IMPORTS = oleaut32 ole32 advapi32 user32
C_SRCS = \ - avisplitter.c \ + avisplit.c \ dsoundrender.c \ filesource.c \ filtergraph.c \ diff --git a/dlls/quartz/tests/avisplitter.c b/dlls/quartz/tests/avisplit.c similarity index 99% rename from dlls/quartz/tests/avisplitter.c rename to dlls/quartz/tests/avisplit.c index 757b71c640..be9ec18e94 100644 --- a/dlls/quartz/tests/avisplitter.c +++ b/dlls/quartz/tests/avisplit.c @@ -414,7 +414,7 @@ fail: DeleteFileW(filename); }
-START_TEST(avisplitter) +START_TEST(avisplit) { CoInitialize(NULL);