X-Git-Url: https://git.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=f020f215c6bf11a82c00c6551db1d12a002dec31;hb=48dd371b2ec69f02870aa5e2a67fc8adb4617ff1;hp=f161c13d2f5b3da898317e39a626b73d76112301;hpb=a5c6c6ea1ab657d83a4d8b064ac9bfa9c16adf63;p=tinc diff --git a/src/dropin.h b/src/dropin.h index f161c13d..f020f215 100644 --- a/src/dropin.h +++ b/src/dropin.h @@ -78,6 +78,8 @@ extern int gettimeofday(struct timeval *, void *); #define PATH_MAX MAX_PATH #define strcasecmp _stricmp #define strncasecmp _strnicmp +#define isatty _isatty +#define fileno _fileno #define close CloseHandle #define __const const