Macintosh build).
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11372
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Apr 8 16:09:08 1999 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * winccld.c: Only compile this file on Windows (to avoid screwing
+ up the Macintosh build).
+
1999-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>
* winccld.c, winccld.h, stdcc.c: Add files to dynamically load
+#if defined(_MSDOS) || defined(_WIN32)
/*
* winccld.c --- routine for dynamically loading the ccache DLL if
* it's present.
return krb5_win_ccdll_loaded;
}
-
-
-
+#endif /* Windows */