• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • Projects
  • Repositories
    • View all public repositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Chris Hogan
  1. Chris Hogan

hdf5

HDF5
hdf5
Public
Actions
  • Clone
  • Download

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Graphs
  • Branches
  • Network
  • Latest Activities

Commits

MuQun Yang
0c70d84368b
MuQun Yang committed f53e72cc9f512 Oct 2000
[svn-r2679] 
Purpose:
    Just add a few lines so that it will not break windows platform.
Description:
     netdb.h cannot be recognized by windows, use winsock.h in windows instead.
Solution:
        adding  the following lines at the beginning of H5FDstream.c.
         If you don't like, you may do it in another way, just keep it work for windows.
       #ifdef WIN32
> #include <winsock.h>
> #else
> #endif

Platforms tested:
    I am only testing whether it will bother building objects on windows. I haven't tested whether it
will affect the testing results. Hopefully not.
    windows 2000, eirene,arabica,gondolin,paz,opus.

Changed files

  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v4.4.1
  • Documentation
  • Contact Support
  • Request a feature
  • About
  • Contact Atlassian
Atlassian