X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;h=384b4dbf54e74de2522c16b17e85a7a10391673b;hb=56621be326497d56db0c4c372ae3cc497018cfcf;hp=a1fb6c1b062e82ba57b400f888af8bf2211f9764;hpb=373b0c12d9d0e8a3b449fd18be704e28dd6403e1;p=tinc diff --git a/src/dropin.h b/src/dropin.h index a1fb6c1b..384b4dbf 100644 --- a/src/dropin.h +++ b/src/dropin.h @@ -73,12 +73,10 @@ extern int gettimeofday(struct timeval *, void *); #ifdef _MSC_VER -#define __attribute(args) -#define __attribute__(args) - #define PATH_MAX MAX_PATH #define strcasecmp _stricmp #define strncasecmp _strnicmp +#define close CloseHandle #define __const const typedef int mode_t;