From 95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Mon, 27 Feb 1995 21:32:03 +0000 Subject: Converted the krb5/krb directory to work under windows. Mostly added the windows INTERFACE keyword to functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5002 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/include/krb5/ChangeLog') diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 865c2b82f6..92bb602de9 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,11 @@ +Mon Feb 27 11:35:49 1995 Keith Vetter (keithv@fusion.com) + + * config.h: added windows interface keyword for varargs functions, + added defines to allows to be stdc compliant. + * func-proto.h: added windows INTERFACE_C keyword for functions + with varargs, and fixed const in prototype for krb5_send_tgs. + * preauth.h: added windows INTERFACE keyword to prototypes + Wed Feb 22 17:39:46 1995 Chris Provenzano (proven@mit.edu) * func-proto.h (krb5_get_credentials(), krb5_get_cred_from_kdc(), -- cgit