eventcore/source
v1ne c2708f1de8 winapi/files: Append to files with FILE_APPEND_DATA
Before, the mode GENERIC_WRITE was used. This tells Windows to not
append to the file, but overwrite it normally. This is not the intended
semantics. FILE_APPEND_DATA does what we want.
2019-07-25 23:56:04 +02:00
..
eventcore winapi/files: Append to files with FILE_APPEND_DATA 2019-07-25 23:56:04 +02:00