* include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): handle,
not hinstance.
This commit is contained in:
parent
43a5b89bdd
commit
20ffb3ee16
|
@ -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>
|
Fri Aug 18 11:11:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* dtable.cc (dtable::dup2): Extend fdtab if newfd is out of current
|
* dtable.cc (dtable::dup2): Extend fdtab if newfd is out of current
|
||||||
|
|
|
@ -41,7 +41,7 @@ static int __dllMain (int a, char **b, char **c) \
|
||||||
\
|
\
|
||||||
static DWORD dll_index; \
|
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; \
|
int ret; \
|
||||||
ret = 1; \
|
ret = 1; \
|
||||||
|
|
Loading…
Reference in New Issue