From: Theodore Tso Date: Wed, 21 Apr 1999 22:50:28 +0000 (+0000) Subject: winccld.c: Only compile this file on Windows (to avoid screwing up the X-Git-Tag: krb5-1.1-beta1~216 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=98b87dafb2a9cae561c3252f8af339eff6c225d5;p=krb5.git winccld.c: Only compile this file on Windows (to avoid screwing up the Macintosh build). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11372 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/ccapi/ChangeLog b/src/lib/krb5/ccache/ccapi/ChangeLog index 02eff3878..f06bee5c1 100644 --- a/src/lib/krb5/ccache/ccapi/ChangeLog +++ b/src/lib/krb5/ccache/ccapi/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 8 16:09:08 1999 Theodore Y. Ts'o + + * winccld.c: Only compile this file on Windows (to avoid screwing + up the Macintosh build). + 1999-03-31 Theodore Ts'o * winccld.c, winccld.h, stdcc.c: Add files to dynamically load diff --git a/src/lib/krb5/ccache/ccapi/winccld.c b/src/lib/krb5/ccache/ccapi/winccld.c index a3e4473eb..5b9789611 100644 --- a/src/lib/krb5/ccache/ccapi/winccld.c +++ b/src/lib/krb5/ccache/ccapi/winccld.c @@ -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 */