mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-31 01:34:58 +02:00
Convert path to nppPluginList.json with ::wstring2string(). Unlike MSVC [1], MinGW GCC doesn't provide file stream constructors for wchar_t* paths [2]. --- [1] https://stackoverflow.com/a/822032 [2] https://sourceforge.net/p/mingw-w64/mailman/message/34249829 Fixes #11687, close #11701