display.c: exclude SHARED_MODULE if console
This commit is contained in:
parent
6fe8f4edcf
commit
4320fcef36
|
|
@ -187,7 +187,7 @@ DevInit(void)
|
||||||
|
|
||||||
if (!dispdev) {
|
if (!dispdev) {
|
||||||
|
|
||||||
#if !defined(HAS_WINGUI) && !defined(TCL_MODULE) && (defined(_MSC_VER) || defined(__MINGW32__))
|
#if !defined(HAS_WINGUI) && !defined(TCL_MODULE) && !defined(SHARED_MODULE) && (defined(_MSC_VER) || defined(__MINGW32__))
|
||||||
/* console application under MS Windows */
|
/* console application under MS Windows */
|
||||||
fprintf
|
fprintf
|
||||||
(cp_err,
|
(cp_err,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue