* init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.

This commit is contained in:
Christopher Faylor 2007-07-14 02:27:11 +00:00
parent 08146e5adb
commit d409af3661
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* debug.cc (close_handle): Change debug output format slightly.

View File

@ -118,7 +118,7 @@ respawn_wow64_process ()
extern void __stdcall dll_crt0_0 ();
HMODULE NO_COPY cygwin_hmodule;
bool in_dllentry;
bool NO_COPY in_dllentry;
extern "C" BOOL WINAPI
dll_entry (HANDLE h, DWORD reason, void *static_load)