diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-24 17:26:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-24 17:26:42 (GMT) |
commit | e18e2fc40431ab3472146b2ddad74a91186b2f55 (patch) | |
tree | c76c77af05e938423622244c7a8895c8ac3b718b /perform | |
parent | 0417fd2bd774e99316568cc6cae027f71b7c4418 (diff) | |
download | hdf5-e18e2fc40431ab3472146b2ddad74a91186b2f55.zip hdf5-e18e2fc40431ab3472146b2ddad74a91186b2f55.tar.gz hdf5-e18e2fc40431ab3472146b2ddad74a91186b2f55.tar.bz2 |
[svn-r20314] Changed winsock.h guard to sync with trunk
Tested: windows
Diffstat (limited to 'perform')
-rw-r--r-- | perform/sio_timer.h | 4 |
1 files 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 <time.h> #endif -#ifdef _WIN32 +#ifdef H5_HAVE_WINSOCK_H # include <winsock2.h> -#endif /* _WIN32 */ +#endif /* H5_HAVE_WINSOCK_H */ /* The different types of timers we can have */ typedef enum timer_type_ { |