Commit 8dc4ac21 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

made this whole file #ifdef WIN32

parent 7948b0be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#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