Cygwin: console: device context is process private
Make sure device context is not copied to forked process. It is a process-specific datastructure. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
bf8aabe830
commit
85c030a75f
@ -1982,7 +1982,7 @@ static const wchar_t replacement_char[NUM_REPLACEMENT_CHARS] =
|
||||
/* nFont member is always 0 so we have to use the facename. */
|
||||
static WCHAR cons_facename[LF_FACESIZE];
|
||||
static int rp_char_idx;
|
||||
static HDC cdc;
|
||||
static NO_COPY HDC cdc;
|
||||
|
||||
static int CALLBACK
|
||||
enum_proc (const LOGFONTW *lf, const TEXTMETRICW *tm,
|
||||
|
Loading…
x
Reference in New Issue
Block a user