[Bug 21156] Add torrents in webUI with µTorrent >= 2.0 doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 16 08:28:09 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=21156


Jeff L <lats at yless4u.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lats at yless4u.com.au




--- Comment #27 from Jeff L <lats at yless4u.com.au>  2010-06-16 08:28:07 ---
An observation 
-    if ((h1 = CreateFileW(source, GENERIC_READ, FILE_SHARE_READ |
FILE_SHARE_WRITE,
+    if ((h1 = CreateFileW(source, GENERIC_READ, FILE_SHARE_READ,
                      NULL, OPEN_EXISTING, 0, 0)) == INVALID_HANDLE_VALUE)
according to MSDN the file sharing flags refer to subsequent attempts to open
the file.  Given this is an open_existing, they should not affect this
CreateFileW call.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list