reactos/base/applications/wordpad
Katayama Hirofumi MZ 2b0d1faaa9
[WORDPAD] Use FILE_SHARE_READ and OPEN_ALWAYS for writing (#6883)
Follow-up to #6880. Fix access denial on
writing file "C:\freeldr.ini".
JIRA issue: CORE-19575
- Add FILE_SHARE_READ flag in CreateFileW
  call.
- Use OPEN_ALWAYS instead of
  CREATE_ALWAYS, and then explicitly use
  SetEndOfFile function.
2024-05-15 01:23:30 +09:00
..
lang [WORDPAD] Update Romanian (ro-RO) translation (#5917) 2023-11-08 20:04:18 +01:00
res
CMakeLists.txt
olecallback.c
print.c
registry.c
rsrc.rc
wordpad.c [WORDPAD] Use FILE_SHARE_READ and OPEN_ALWAYS for writing (#6883) 2024-05-15 01:23:30 +09:00
wordpad.h