]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations.
authorChristopher Faylor <me@cgf.cx>
Mon, 7 Aug 2000 04:17:06 +0000 (04:17 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 7 Aug 2000 04:17:06 +0000 (04:17 +0000)
winsup/cygwin/include/cygwin/cygwin_dll.h

index cafacb23fa143293ed03793614bcb4df03d9cffb..05e4f3aaf8675d0da1898ea75b4e2c4a972d8293 100644 (file)
@@ -24,9 +24,6 @@ details. */
 #define DECLARE_CYGWIN_DLL(Entry)                                            \
                                                                              \
 CDECL_BEGIN                                                                  \
-  int WINAPI _cygwin_dll_entry (HANDLE h, DWORD reason, void *ptr);          \
-  int WINAPI _cygwin_noncygwin_dll_entry (HANDLE h, DWORD reason, void *ptr); \
-                                                                             \
   int WINAPI Entry (HANDLE h, DWORD reason, void *ptr);                              \
   typedef int (*mainfunc) (int, char **, char **);                           \
   extern int cygwin_attach_dll (HMODULE, mainfunc);                          \
This page took 0.033023 seconds and 5 git commands to generate.