Displaying 2 results from an estimated 2 matches for "open_for_writ".
Did you mean:
open_for_write
2004 Aug 06
1
some portability fixes ...
...s.c has few problems, but i'll point one out here. it doesn't
include <errno.h>, which should be included to guarentee compatibility
with systems that define errno as a function instead of a variable.
III. file dumping problems
dumpfiles are opened with the internal function "open_for_writing" made
available by "utility.c", which is also used to open logs and statistics
files. on those platforms that distinguish binary and text filemodes
(win32 and cygwin being two examples), file-dumping poses a problem
because by default, files opened with "open_for_writing&...
2007 Nov 30
0
Wine release 0.9.50
...ionForHeader.
oleaut32: Free the correct custom data inside ITypeInfo_fnRelease.
oleaut32: Introduce a new helper function, TLB_FreeCustData, for freeing custom data.
oleaut32: Handle integer overflow of len in SysReAllocStringLen and SysAllocStringByteLen.
advapi32: Use the open_for_write parameter to open_cred_mgr_key and fix get_cred_mgr_encryption_key to not need KEY_WRITE access to the key passed in.
advapi32: Make the credential registry key stay around if a persist value longer than session is specified.
rpcrt4: Check for integer overflows when increasing the buff...