Need to link with $(CLIB).
authorRichard Basch <probe@mit.edu>
Sat, 15 Feb 1997 21:30:00 +0000 (21:30 +0000)
committerRichard Basch <probe@mit.edu>
Sat, 15 Feb 1997 21:30:00 +0000 (21:30 +0000)
Explicit Winsock initialization & linking is no longer required (fixed krb5 lib)

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

src/windows/cns/ChangeLog
src/windows/cns/Makefile.in
src/windows/cns/cns.c

index 50865491fe773acb98f530e6c494069b6159493e..9d982b22c4b6543d77f0619abc6fcc2803353835 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 15 12:21:51 1997  Richard Basch  <basch@lehman.com>
+
+       * Makefile.in: Link in ComErr library $(CLIB)
+       * cns.c: Winsock initialization/teardown is handled by krb5 lib
+
 Mon Feb 10 23:19:26 1997  Richard Basch  <basch@lehman.com>
 
        * Makefile.in: Use WLIB definition in config/windows.in
index fbd19166d76e2680d05fe5fb57dcda4662e4465c..a1459b73edad7906916ace556fdabd8c71b5bb4d 100644 (file)
@@ -28,12 +28,12 @@ CFLAGS      = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1
 
 ##### Linker
 LINK    = link
-LIBS    = $(KLIB) $(WLIB)
+LIBS    = $(KLIB) $(CLIB)
 ##WIN16##SYSLIBS  = libw llibcew
 !if defined(DEBUG)
 ##WIN16##LFLAGS         = /co /nologo /nod /nopackcode /map:full
 ##WIN32##LFLAGS         = /nologo /nod /debug
-##WIN32##SYSLIBS = libcd.lib kernel32.lib wsock32.lib user32.lib gdi32.lib
+##WIN32##SYSLIBS = libcd.lib kernel32.lib user32.lib gdi32.lib
 !else
 ##WIN16##LFLAGS  = /nologo /nod /nopackcode
 ##WIN32##LFLAGS         = /nologo /nod
index 15e4554b04275dad953c39f32c802bc90653fd13..15976fa354cfa6ebccef463873da7f962f0a3089 100644 (file)
@@ -1683,12 +1683,14 @@ quit_application(HINSTANCE hinstance)
 static BOOL
 init_instance(HINSTANCE hinstance, int ncmdshow)
 {
-  WORD versionrequested;
-  WSADATA wsadata;
-  int rc;
   char buf[20];
   int i;
 
+#if 0
+  int rc;
+  WORD versionrequested;
+  WSADATA wsadata;
+
   versionrequested = 0x0101;                   /* We need version 1.1 */
   rc = WSAStartup(versionrequested, &wsadata);
   if (rc != 0) {
@@ -1705,6 +1707,7 @@ init_instance(HINSTANCE hinstance, int ncmdshow)
 
     return FALSE;
   }
+#endif
 
   /*
    * Set up expiration action
@@ -1776,7 +1779,9 @@ quit_instance(HINSTANCE hinstance)
   krb5_cc_close(k5_context, k5_ccache);
 #endif
 
+#if 0
   WSACleanup();
+#endif
 
   /*
    * Unload clock icons