c_localaddr.c: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8300
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jun 12 00:12:52 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * c_ustime.c: Fix WIN32 to be _WIN32
+
+ * c_localaddr.c: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
+
+
Sat Feb 24 00:34:15 1996 Theodore Y. Ts'o <tytso@dcl>
* c_ustime.c (krb5_crypto_us_timeofday): Add Windows 95/NT time
#define NEED_SOCKETS
#include "k5-int.h"
-#if !defined(HAVE_MACSOCK_H) && !defined(_MSDOS)
+#if !defined(HAVE_MACSOCK_H) && !defined(_MSDOS) && !defined(_WIN32)
/* needed for solaris, harmless elsewhere... */
#define BSD_COMP
}
-#elif defined(WIN32) || defined(_WINDOWS)
+#elif defined(_WIN32) || defined(_MSDOS)
/* Microsoft Windows NT and 95 (32bit) */
/* This one works for WOW (Windows on Windows, ntvdm on Win-NT) */