Author: akhaldi
Date: Sun Sep 21 17:43:12 2014
New Revision: 64218
URL:
http://svn.reactos.org/svn/reactos?rev=64218&view=rev
Log:
[AMSTREAM_WINETEST]
* 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
Modified:
trunk/rostests/winetests/amstream/amstream.c
Modified: trunk/rostests/winetests/amstream/amstream.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/amstream/amstre…
==============================================================================
--- trunk/rostests/winetests/amstream/amstream.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/amstream/amstream.c [iso-8859-1] Sun Sep 21 17:43:12 2014
@@ -441,7 +441,7 @@
CoInitializeEx(NULL, COINIT_MULTITHREADED);
test_media_streams();
-
+
file = CreateFileW(filenameW, 0, 0, NULL, OPEN_EXISTING, 0, NULL);
if (file != INVALID_HANDLE_VALUE)
{