mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +03:00
made this whole file #ifdef WIN32
This commit is contained in:
parent
7948b0becc
commit
8dc4ac2147
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue