* init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.
This commit is contained in:
parent
08146e5adb
commit
d409af3661
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-13 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* init.cc (in_dllentry): Make NO_COPY to avoid spurious false
|
||||||
|
positives.
|
||||||
|
|
||||||
2007-07-09 Christopher Faylor <me+cygwin@cgf.cx>
|
2007-07-09 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* debug.cc (close_handle): Change debug output format slightly.
|
* debug.cc (close_handle): Change debug output format slightly.
|
||||||
|
@ -118,7 +118,7 @@ respawn_wow64_process ()
|
|||||||
extern void __stdcall dll_crt0_0 ();
|
extern void __stdcall dll_crt0_0 ();
|
||||||
|
|
||||||
HMODULE NO_COPY cygwin_hmodule;
|
HMODULE NO_COPY cygwin_hmodule;
|
||||||
bool in_dllentry;
|
bool NO_COPY in_dllentry;
|
||||||
|
|
||||||
extern "C" BOOL WINAPI
|
extern "C" BOOL WINAPI
|
||||||
dll_entry (HANDLE h, DWORD reason, void *static_load)
|
dll_entry (HANDLE h, DWORD reason, void *static_load)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user