reactos/base
Katayama Hirofumi MZ a64cccd711
[NOTEPAD] Use FILE_SHARE_READ and OPEN_ALWAYS for writing (#6880)
Fix access denial on writing file "C:\freeldr.ini".
JIRA issue: CORE-19575
- Add FILE_SHARE_READ flag and delete
  FILE_SHARE_WRITE flag in CreateFileW call.
- Use OPEN_ALWAYS instead of
  CREATE_ALWAYS, and then explicitly use
  SetEndOfFile function.
2024-05-15 01:22:17 +09:00
..
applications [NOTEPAD] Use FILE_SHARE_READ and OPEN_ALWAYS for writing (#6880) 2024-05-15 01:22:17 +09:00
services [W32TIME] Change clock update interval to 4 hours (#5940) 2024-05-13 15:01:25 -05:00
setup [SETUPLIB] Don't flag freeldr.ini as read-only during installation. 2024-05-07 19:30:33 +02:00
shell [CMD][BOOTDATA] Minor improvements (#5745) 2024-05-09 10:03:43 -06:00
system [WINLOGON] Update Romanian (ro-RO) translation (#6773) 2024-05-10 21:46:46 +02:00
CMakeLists.txt