mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
add a missing definition
This commit is contained in:
parent
4a4aa358f3
commit
85ac4da3a8
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@
|
|||
|
||||
#if defined (_WIN32)
|
||||
#define HAVE_SYS_UTSNAME_H
|
||||
|
||||
#ifndef VER_SUITE_WH_SERVER
|
||||
#define VER_SUITE_WH_SERVER 0x00008000
|
||||
#endif
|
||||
|
||||
struct utsname {
|
||||
char sysname[16]; // Name of this implementation of the operating system.
|
||||
char nodename[16]; // Name of this node within the communications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue