* include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations.

This commit is contained in:
Christopher Faylor 2000-08-07 04:13:34 +00:00
parent 553d0fe671
commit 709262970f
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Mon Aug 7 00:11:35 2000 Christopher Faylor <cgf@cygnus.com>
* include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect)
declarations.
Fri Aug 4 00:00:46 2000 Christopher Faylor <cgf@cygnus.com>
* hinfo.cc (hinfo::find_unused_handle): Just check for table entry ==

View 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); \