mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
Cygwin: drop obsolete _cygwin_noncygwin_dll_entry entry point
This was obsoleted more than 22 years ago. Time to drop it. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
c2aa5b6d74
commit
e71628b889
@ -86,11 +86,5 @@ int WINAPI _cygwin_dll_entry (HINSTANCE h, DWORD reason, void *ptr) \
|
||||
} \
|
||||
return ret; \
|
||||
} \
|
||||
\
|
||||
/* OBSOLETE: This is only provided for source level compatibility. */ \
|
||||
int WINAPI _cygwin_noncygwin_dll_entry (HINSTANCE h, DWORD reason, void *ptr) \
|
||||
{ \
|
||||
return _cygwin_dll_entry (h, reason, ptr); \
|
||||
} \
|
||||
|
||||
#endif /* __CYGWIN_CYGWIN_DLL_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user