8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00

Enabled priority scheduler for win32 builds.

This commit is contained in:
dimitr 2002-11-03 16:48:07 +00:00
parent 15b6646c68
commit 5f84d8d506

View File

@ -24,17 +24,15 @@
#ifndef _JRD_OS_THD_PRIORITY_H_
#define _JRD_OS_THD_PRIORITY_H_
#if defined(WIN32) || defined(_WIN32)
#ifdef WIN_NT
#ifdef SUPERSERVER
// Comment this definition to build without priority scheduler
// OR:
// Uncomment this definition to build with priority scheduler
//#define THREAD_PSCHED
#define THREAD_PSCHED
#endif
#endif
#ifdef THREAD_PSCHED
#include "../jrd/thd.h"