diff options
Diffstat (limited to 'src/include/port/win32_port.h')
-rw-r--r-- | src/include/port/win32_port.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/port/win32_port.h b/src/include/port/win32_port.h index 05c5a534420..093a009aee5 100644 --- a/src/include/port/win32_port.h +++ b/src/include/port/win32_port.h @@ -381,6 +381,8 @@ extern int _pgstat64(const char *name, struct stat *buf); #define ENETUNREACH WSAENETUNREACH #undef ENOTCONN #define ENOTCONN WSAENOTCONN +#undef ETIMEDOUT +#define ETIMEDOUT WSAETIMEDOUT /* * Locale stuff. |