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:
parent
7948b0becc
commit
8dc4ac2147
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user