We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b19224 commit 7cd9711Copy full SHA for 7cd9711
src/utils/dllinit.c
@@ -1,3 +1,6 @@
1
+#include <cygwin/version.h>
2
+#if CYGWIN_VERSION_DLL_MAJOR < 1001
3
+
4
/* dllinit.c -- Portable DLL initialization.
5
Copyright (C) 1998 Free Software Foundation, Inc.
6
Contributed by Mumit Khan (khan@xraylith.wisc.edu).
@@ -102,3 +105,5 @@ DllMain(
102
105
}
103
106
return TRUE;
104
107
108
109
+#endif /* CYGWIN_VERSION_DLL_MAJOR < 1001 */
0 commit comments