1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/dlls/scrrun
Kevin Puetz 3265d7b542 scrrun: Fix FileSystemObject.OpenTextFile when writing to existing files.
OpenTextFile(...,ForWriting,True) should either create a new file,
or open and truncate an existing one

OpenTextFile(...,ForAppending,?,True) should write a BOM
if appending to an existing-but-empty file
2022-09-26 11:36:50 +02:00
..
tests scrrun: Fix FileSystemObject.OpenTextFile when writing to existing files. 2022-09-26 11:36:50 +02:00
dictionary.c
filesystem.c scrrun: Fix FileSystemObject.OpenTextFile when writing to existing files. 2022-09-26 11:36:50 +02:00
Makefile.in
scrrun_private.h
scrrun.c
scrrun.idl
scrrun.rc
scrrun.rgs
scrrun.spec