Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
149 B

  1. // netdb.h
  2. // djl
  3. // Provide UNIX compatibility
  4. #ifndef _INC_NETDB
  5. #define _INC_NETDB
  6. #include <sys/socket.h>
  7. #endif //_INC_NETDB