#endif /* _MSDOS || _WIN32 */
-#ifndef KRB5_CALLCONV
+#ifdef _MACINTOSH
+
#define KRB5_CALLCONV
#define KRB5_CALLCONV_C
#define KRB5_DLLIMP
-#endif
#ifndef FAR
#define FAR
#endif
#define NEAR
#endif
-#ifdef _MACINTOSH
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define HAVE_SRAND
#define THREEPARAMOPEN(x,y,z) open(x,y,z)
#endif /* _MACINTOSH */
+#ifndef KRB5_CALLCONV
+#define KRB5_CALLCONV
+#define KRB5_CALLCONV_C
+#define KRB5_DLLIMP
+#endif
+#ifndef FAR
+#define FAR
+#endif
+#ifndef NEAR
+#define NEAR
+#endif
+
#endif /* _KRB5_WIN_MAC_H */