summaryrefslogtreecommitdiffstats
path: root/src/include/port-sockets.h
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-06 02:19:29 +0000
committerRichard Basch <probe@mit.edu>1997-02-06 02:19:29 +0000
commit828b1bc0525660711016401cde44a2d8de010ed4 (patch)
tree7718fac2bff49eca2c26abfbea9861f8c94e2bc9 /src/include/port-sockets.h
parente65dd0cb33454f886841a112da91ec0e8a02157c (diff)
downloadkrb5-828b1bc0525660711016401cde44a2d8de010ed4.tar.gz
krb5-828b1bc0525660711016401cde44a2d8de010ed4.tar.xz
krb5-828b1bc0525660711016401cde44a2d8de010ed4.zip
Windows/NT integration
krb5.hin k5-int.h: Functionalized the crypto layer and made the crypto structures private git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9785 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/port-sockets.h')
-rw-r--r--src/include/port-sockets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port-sockets.h b/src/include/port-sockets.h
index 2c2fba906..0ebb104f7 100644
--- a/src/include/port-sockets.h
+++ b/src/include/port-sockets.h
@@ -1,4 +1,4 @@
-#ifdef _MSDOS
+#if defined(_MSDOS) || defined(_WIN32)
#include <winsock.h>
@@ -16,7 +16,7 @@
int win_socket_initialize();
-#else /* not _MSDOS */
+#else /* not _MSDOS and not _WIN32 */
/* If this source file requires it, define struct sockaddr_in
(and possibly other things related to network I/O). */