]> granicus.if.org Git - curl/commitdiff
made this whole file #ifdef WIN32
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2001 12:16:19 +0000 (12:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2001 12:16:19 +0000 (12:16 +0000)
lib/dllinit.c

index 7ac4a3e0363747f47001aaac03e36a10b94e2d1a..84b171658cea5deee153c2700f3e5be4e058fb5f 100644 (file)
@@ -1,3 +1,4 @@
+#ifdef WIN32
 /* dllinit.c -- Portable DLL initialization. 
    Copyright (C) 1998, 1999 Free Software Foundation, Inc.
    Contributed by Mumit Khan (khan@xraylith.wisc.edu).
@@ -80,3 +81,4 @@ DllMain (
     }
   return TRUE;
 }
+#endif