winccld.c: Only compile this file on Windows (to avoid screwing up the
authorTheodore Tso <tytso@mit.edu>
Wed, 21 Apr 1999 22:50:28 +0000 (22:50 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 21 Apr 1999 22:50:28 +0000 (22:50 +0000)
Macintosh build).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11372 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ccapi/ChangeLog
src/lib/krb5/ccache/ccapi/winccld.c

index 02eff3878c3f248091adc303c564bbb09f5c95df..f06bee5c1231285f6b029878bee448d97051433e 100644 (file)
@@ -1,3 +1,8 @@
+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
index a3e4473ebee54ab9997f3fd89014be1a8f2af0bb..5b9789611846279a6421da46229286e6290da0d9 100644 (file)
@@ -1,3 +1,4 @@
+#if defined(_MSDOS) || defined(_WIN32)
 /*
  * winccld.c --- routine for dynamically loading the ccache DLL if
  * it's present.
@@ -84,6 +85,4 @@ int krb5_is_ccdll_loaded()
        return krb5_win_ccdll_loaded;
 }
 
-
-
-
+#endif /* Windows */