From 79796f01993499720ba6bb7fdbe505dacebb24c8 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Fri, 21 Feb 1997 04:37:08 +0000 Subject: Define SOCKET_INITIALIZE and SOCKET_CLEANUP as no-ops under Windows since the Winsock library initialization/cleanup is handled by the DLL entry/exit routines. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9938 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 be4ca08eb3..f37546aab5 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 20 23:28:31 1997 Richard Basch + + * port-sockets.h: Define SOCKET_INITIALIZE and SOCKET_CLEANUP + as no-ops under Windows, since this is now handled by + the DLL entry/exit code. + Wed Feb 19 14:25:32 1997 Theodore Y. Ts'o * krb5.hin: Added function prototype for krb5_set_principal_realm(). -- cgit