diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-06 12:16:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-06 12:16:19 +0000 |
commit | 8dc4ac21475e0b916e820c02200a19ad0c139359 (patch) | |
tree | 0a83b57f3eba8366826c3ee29aa583489d4a044c /lib | |
parent | 7948b0becc07056de67d3aa12717dedd21ed8f27 (diff) |
made this whole file #ifdef WIN32
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dllinit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dllinit.c b/lib/dllinit.c index 7ac4a3e03..84b171658 100644 --- a/lib/dllinit.c +++ b/lib/dllinit.c @@ -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 |