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