Commit b2fa0010 authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi

univ.i If _NT_ defined, define also __NT__

parent d78f77a3
......@@ -9,6 +9,7 @@ Created 1/20/1994 Heikki Tuuri
#ifndef univ_i
#define univ_i
#if (defined(_WIN32) || defined(_WIN64))
#define __WIN__
#include <windows.h>
......@@ -20,6 +21,10 @@ be defined:
#define CRITICAL_SECTION ulint
*/
#ifdef _NT_
#define __NT__
#endif
#else
/* The Unix version */
......
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