mariadb/win/upgrade_wizard
Vladislav Vaintroub ea0a5cb0a4 MDEV-27092 Windows - services that have non-ASCII characters do not work with activeCodePage=UTF8
CreateServiceA, OpenServiceA, and couple of other functions do not work
correctly with non-ASCII character, in the special case where application
has defined activeCodePage=UTF8.

Workaround by redefining affected ANSI functions to own wrapper, which
works by converting narrow(ANSI) to wide, then calling wide function.

Deprecate original ANSI service functions, via declspec, so that we can catch
their use.
2021-12-15 19:13:57 +01:00
..
res
CMakeLists.txt MDEV-27092 Windows - services that have non-ASCII characters do not work with activeCodePage=UTF8 2021-12-15 19:13:57 +01:00
resource.h
stdafx.h Windows : Fix /permissive- compile error 2018-02-21 16:33:55 +00:00
targetver.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.cpp Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.rc Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade_wizard.exe.manifest Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgradeDlg.cpp MDEV-27092 Windows - services that have non-ASCII characters do not work with activeCodePage=UTF8 2021-12-15 19:13:57 +01:00
upgradeDlg.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00