From 48e59557cdff501a25c809cda3f1dd34a27cc52f Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Fri, 14 Apr 1995 00:56:21 +0000 Subject: Windows global stuff: o removed INTERFACE from non-api functions o add FAR to pointers visible to the world o made the tests for __STDC__ also check for _WINDOWS o creates GSSAPI.DLL & GSSAPI.LIB as per spec. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5354 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 2de0f8fb0..70c42d3b6 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,9 @@ +Thu Apr 13 16:05:08 1995 Keith Vetter (keithv@fusion.com) + + * bsdlib.h, bstring.h, fake-std.h, syslog.h: __STDC__ conditionals + also check for the _WINDOWS define. + * krb5.h: added FAR to pointers visible to the world. + Tue Mar 28 18:12:32 1995 John Gilmore (gnu at toad.com) * Makefile.in (KRB5_HEADERS, install): `Make install' now works. -- cgit