mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
process.h must be inside WIN_NT define (not inside _MSC_VER).
This commit is contained in:
parent
d923eda0ac
commit
a2d8f68053
@ -42,7 +42,7 @@
|
||||
#include "../remote/chop_proto.h"
|
||||
#include "../common/config/config.h"
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#ifdef WIN_NT
|
||||
#include <process.h> /* _beginthread */
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user