wine/dlls/scrrun/tests
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
..
dictionary.c scrrun/tests: Build without -DWINE_NO_LONG_TYPES. 2022-02-11 10:57:17 +01:00
filesystem.c scrrun: Fix FileSystemObject.OpenTextFile when writing to existing files. 2022-09-26 11:36:50 +02:00
Makefile.in scrrun/tests: Build without -DWINE_NO_LONG_TYPES. 2022-02-11 10:57:17 +01:00
scrrun.idl