8
0
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:
brodsom 2003-02-25 03:27:13 +00:00
parent d923eda0ac
commit a2d8f68053

View File

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