mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
Fix various compiler/OS compatibility errors
This commit is contained in:
parent
6b596534c0
commit
8bffa163f8
4 changed files with 25 additions and 6 deletions
|
|
@ -534,7 +534,7 @@
|
|||
#cmakedefine strtok_r @strtok_r@
|
||||
#cmakedefine strtoll @strtoll@
|
||||
#cmakedefine strtoull @strtoull@
|
||||
#ifdef _WIN32
|
||||
#if (_MSC_VER > 1310)
|
||||
#define HAVE_SETENV
|
||||
#define setenv(a,b,c) _putenv_s(a,b)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue