1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

View File

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