made this whole file #ifdef WIN32

This commit is contained in:
Daniel Stenberg 2001-08-06 12:16:19 +00:00
parent 7948b0becc
commit 8dc4ac2147
1 changed files with 2 additions and 0 deletions

View 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