mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08: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.
|
||||
Copyright (C) 1998, 1999 Free Software Foundation, Inc.
|
||||
Contributed by Mumit Khan (khan@xraylith.wisc.edu).
|
||||
@ -80,3 +81,4 @@ DllMain (
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user