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

Make compilable in MSVC6

This commit is contained in:
asfernandes 2006-06-06 15:42:50 +00:00
parent 8d6330da1c
commit 6704275f76
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,9 @@
#include <sys/types.h>
#include <sys/timeb.h>
#include <windows.h>
#ifndef INVALID_SET_FILE_POINTER
#define INVALID_SET_FILE_POINTER ((DWORD)-1)
#endif
#elif defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif

View File

@ -55,6 +55,7 @@
#include <stdarg.h>
#include <string.h>
#include <signal.h>
#include <limits.h>
#include <math.h>
#include <ctype.h>
#include <errno.h>