notepad-plus-plus/PowerEditor/visual.net
Pavel Nedev 9aa9ecb664 Fix NUL file-corruption issue after system shutting down brutally
Uses native Win32 IO API (CreateFile, ReadFile, WriteFile, CloseHandle) instead of POSIX ones (fopen, fread, fwrite, fclose) for remedying NUL file-corruption problem due to system shutting down brutally.

Fix #6133, close #10598
2021-09-28 12:30:05 +02:00
..
notepadPlus.sln Remove "Unicode" from build configuration names 2021-07-29 15:14:55 +02:00
notepadPlus.vcxproj Fix NUL file-corruption issue after system shutting down brutally 2021-09-28 12:30:05 +02:00