diff options
-rw-r--r-- | win32/poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/poll.c b/win32/poll.c index 403eaa7a3..935b92423 100644 --- a/win32/poll.c +++ b/win32/poll.c | |||
@@ -72,7 +72,7 @@ | |||
72 | 72 | ||
73 | #ifdef WIN32_NATIVE | 73 | #ifdef WIN32_NATIVE |
74 | 74 | ||
75 | #define IsConsoleHandle(h) (((long) (h) & 3) == 3) | 75 | #define IsConsoleHandle(h) (((intptr_t) (h) & 3) == 3) |
76 | 76 | ||
77 | static BOOL | 77 | static BOOL |
78 | IsSocketHandle (HANDLE h) | 78 | IsSocketHandle (HANDLE h) |