X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=384b4dbf54e74de2522c16b17e85a7a10391673b;hb=b9a7444b9fa216d16d91f34d2e12f51fc4d60e46;hp=da10cd9ad0757bbf3851b1be27c735f115369bb8;hpb=ccbe79c03b8c64432bbf1ce82dc0e123cc02bd6d;p=tinc diff --git a/src/dropin.h b/src/dropin.h index da10cd9a..384b4dbf 100644 --- a/src/dropin.h +++ b/src/dropin.h @@ -76,6 +76,7 @@ extern int gettimeofday(struct timeval *, void *); #define PATH_MAX MAX_PATH #define strcasecmp _stricmp #define strncasecmp _strnicmp +#define close CloseHandle #define __const const typedef int mode_t;