mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
MDEV-417 - fix typo that prevented use of atomic instructions on Windows
use correct macro for Microsoft compiler. It is _MSC_VER , not _MSV_VER
This commit is contained in:
parent
55597a4869
commit
257fd9d3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
choose the Solaris implementation on Solaris (mainly for SunStudio
|
choose the Solaris implementation on Solaris (mainly for SunStudio
|
||||||
compilers).
|
compilers).
|
||||||
*/
|
*/
|
||||||
# if defined(_MSV_VER)
|
# if defined(_MSC_VER)
|
||||||
# include "generic-msvc.h"
|
# include "generic-msvc.h"
|
||||||
# elif __GNUC__
|
# elif __GNUC__
|
||||||
# if defined(HAVE_SOLARIS_ATOMIC)
|
# if defined(HAVE_SOLARIS_ATOMIC)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue