mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:43:03 +01:00
Fixed win32 CS build.
This commit is contained in:
parent
5ea290cd83
commit
df03c555ec
@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
namespace Firebird {
|
namespace Firebird {
|
||||||
|
|
||||||
|
#ifdef SUPERSERVER
|
||||||
#ifdef WIN_NT
|
#ifdef WIN_NT
|
||||||
|
|
||||||
#define MISS_SPIN_COUNT ((tSetCriticalSectionSpinCount *)(-1))
|
#define MISS_SPIN_COUNT ((tSetCriticalSectionSpinCount *)(-1))
|
||||||
@ -59,5 +60,6 @@ Spinlock::Spinlock() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // WIN_NT
|
#endif // WIN_NT
|
||||||
|
#endif // SUPERSERVER
|
||||||
|
|
||||||
} // namespace Firebird
|
} // namespace Firebird
|
Loading…
Reference in New Issue
Block a user