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

Fixed win32 CS build.

This commit is contained in:
dimitr 2003-01-31 07:44:03 +00:00
parent 5ea290cd83
commit df03c555ec

View File

@ -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