conditionalized inclusion of win-mac.h.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15026
dc483132-0cff-0310-8789-
dd5450dbe970
2002-12-04 Tom Yu <tlyu@mit.edu>
+ * des.h: Move explicit definition of _WINDOWS to precede
+ conditionalized inclusion of win-mac.h.
+
* kadm.h: Include port-sockets.h, not netinet/in.h, for Windows
portability.
#ifndef KRB5INT_CRYPTO_DES_INT
#define DES_DEFS
+#if defined(_WIN32) && !defined(_WINDOWS)
+#define _WINDOWS
+#endif
#if defined(_WINDOWS)
#ifndef KRB4
#define KRB4 1
# pragma options align=mac68k
#endif
-#if defined(_WIN32) && !defined(_WINDOWS)
-#define _WINDOWS
-#endif
-
/* Windows declarations */
#ifndef KRB5_CALLCONV
#define KRB5_CALLCONV