Commit 3e8731de authored by Sergei Golubchik's avatar Sergei Golubchik

merge

parents d94ad2ad 85ac4da3
...@@ -24,6 +24,11 @@ ...@@ -24,6 +24,11 @@
#if defined (_WIN32) #if defined (_WIN32)
#define HAVE_SYS_UTSNAME_H #define HAVE_SYS_UTSNAME_H
#ifndef VER_SUITE_WH_SERVER
#define VER_SUITE_WH_SERVER 0x00008000
#endif
struct utsname { struct utsname {
char sysname[16]; // Name of this implementation of the operating system. char sysname[16]; // Name of this implementation of the operating system.
char nodename[16]; // Name of this node within the communications char nodename[16]; // Name of this node within the communications
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment