mariadb/cmake/os
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
..
AIX.cmake MYSQL_MAINTAINER_MODE fixes 2021-04-22 17:52:08 +02:00
Cygwin.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
Darwin.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
FreeBSD.cmake Cleanup HAVE_MMAP_ALIGNED: one cmake check less 2020-04-04 14:55:51 +04:00
GNU.cmake Add GNU/Hurd cmake configuration 2019-05-21 17:34:48 +04:00
HP-UX.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
Linux.cmake Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large-page-support 2020-04-02 23:54:08 +04:00
OpenBSD.cmake cmake OpenBSD copyright notice correction 2021-06-15 12:42:10 +10:00
OS400.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
SunOS.cmake HAVE_LARGE_PAGES no longer global 2020-04-05 17:20:50 +04:00
Windows.cmake MDEV-27092 Windows - services that have non-ASCII characters do not work with activeCodePage=UTF8 2021-12-15 19:13:57 +01:00
WindowsCache.cmake Merge 10.5 into 10.6 2021-06-01 11:39:38 +03:00