* include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): handle,

not hinstance.
This commit is contained in:
DJ Delorie 2000-08-21 17:47:52 +00:00
parent 43a5b89bdd
commit 20ffb3ee16
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-08-21 DJ Delorie <dj@redhat.com>
* include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): handle,
not hinstance.
Fri Aug 18 11:11:00 2000 Corinna Vinschen <corinna@vinschen.de>
* dtable.cc (dtable::dup2): Extend fdtab if newfd is out of current

View File

@ -41,7 +41,7 @@ static int __dllMain (int a, char **b, char **c) \
\
static DWORD dll_index; \
\
int WINAPI _cygwin_dll_entry (HINSTANCE h, DWORD reason, void *ptr) \
int WINAPI _cygwin_dll_entry (HANDLE h, DWORD reason, void *ptr) \
{ \
int ret; \
ret = 1; \