[AMSTREAM_WINETEST]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 21 Sep 2014 17:43:12 +0000 (17:43 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 21 Sep 2014 17:43:12 +0000 (17:43 +0000)
* Sync with Wine 1.7.27. A huge patch that demonstrates how much work has been done on this module.. I mean reduce diff to Wine ;p
CORE-8540

svn path=/trunk/; revision=64218

rostests/winetests/amstream/amstream.c

index 7fbddc8..a81bd84 100644 (file)
@@ -441,7 +441,7 @@ START_TEST(amstream)
     CoInitializeEx(NULL, COINIT_MULTITHREADED);
 
     test_media_streams();
+
     file = CreateFileW(filenameW, 0, 0, NULL, OPEN_EXISTING, 0, NULL);
     if (file != INVALID_HANDLE_VALUE)
     {