notepad-plus-plus/PowerEditor
xomx b233c0c3e0 Fix saving problem (regression) with "Sysnative" alias in x86 binary
Removing the 'case sensitive' default flag FILE_FLAG_POSIX_SEMANTICS fixes the CreateFile ERROR_PATH_NOT_FOUND, when working with files like "C:\Windows\Sysnative\drivers\etc\hosts".

Without the FILE_FLAG_POSIX_SEMANTICS the WIN32 IO (CreateFile/WriteFile) way will be equivalent with the previously used POSIX IO (fopen/fwrite) way.

More info about this "Sysnative" alias: https://docs.microsoft.com/en-us/windows/win32/winprog64/file-system-redirector

Fix #11196, close #11225
2022-02-18 16:48:34 +01:00
..
Test
bin Notepad++ v8.3.1 release 2022-02-15 16:32:03 +01:00
gcc Fix ARM64 build doesn't contain 64 bits information 2022-01-25 01:51:21 +01:00
installer Update localization files 2022-02-18 11:36:03 +01:00
misc/chameleon
scintilla.original.forUpdating
src Fix saving problem (regression) with "Sysnative" alias in x86 binary 2022-02-18 16:48:34 +01:00
visual.net