Commit 7cd97118 authored by Peter Eisentraut's avatar Peter Eisentraut

#ifdef out entire file for newer Cygwin versions.

parent 9b192246
#include <cygwin/version.h>
#if CYGWIN_VERSION_DLL_MAJOR < 1001
/* dllinit.c -- Portable DLL initialization. /* dllinit.c -- Portable DLL initialization.
Copyright (C) 1998 Free Software Foundation, Inc. Copyright (C) 1998 Free Software Foundation, Inc.
Contributed by Mumit Khan (khan@xraylith.wisc.edu). Contributed by Mumit Khan (khan@xraylith.wisc.edu).
...@@ -102,3 +105,5 @@ DllMain( ...@@ -102,3 +105,5 @@ DllMain(
} }
return TRUE; return TRUE;
} }
#endif /* CYGWIN_VERSION_DLL_MAJOR < 1001 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment