#ifdef out entire file for newer Cygwin versions.

This commit is contained in:
Peter Eisentraut 2001-01-11 23:32:03 +00:00
parent 9b19224666
commit 7cd971183c

View File

@ -1,3 +1,6 @@
#include <cygwin/version.h>
#if CYGWIN_VERSION_DLL_MAJOR < 1001
/* dllinit.c -- Portable DLL initialization.
Copyright (C) 1998 Free Software Foundation, Inc.
Contributed by Mumit Khan (khan@xraylith.wisc.edu).
@ -102,3 +105,5 @@ DllMain(
}
return TRUE;
}
#endif /* CYGWIN_VERSION_DLL_MAJOR < 1001 */