From e18e2fc40431ab3472146b2ddad74a91186b2f55 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 24 Mar 2011 12:26:42 -0500 Subject: [svn-r20314] Changed winsock.h guard to sync with trunk Tested: windows --- perform/sio_timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perform/sio_timer.h b/perform/sio_timer.h index 82f053d..1fa880d 100644 --- a/perform/sio_timer.h +++ b/perform/sio_timer.h @@ -26,9 +26,9 @@ # include #endif -#ifdef _WIN32 +#ifdef H5_HAVE_WINSOCK_H # include -#endif /* _WIN32 */ +#endif /* H5_HAVE_WINSOCK_H */ /* The different types of timers we can have */ typedef enum timer_type_ { -- cgit v0.12