* init.cc (in_dllentry): Delete.
(dll_entry): Remove assignment to deleted variable. * winsup.h (in_dllentry): Delete declaration. * exceptions.cc (inside_kernel): Use another method to see if we are in dll_entry phase.
This commit is contained in:
@ -353,7 +353,6 @@ extern bool display_title;
|
||||
extern bool transparent_exe;
|
||||
|
||||
extern bool in_forkee;
|
||||
extern bool in_dllentry;
|
||||
|
||||
extern HANDLE hMainThread;
|
||||
extern HANDLE hMainProc;
|
||||
|
Reference in New Issue
Block a user